// JavaScript Document
function send(t) {
   document.home_map.Region.value = t;
   document.home_map.submit();
}
