function select_region(region_id){ document.forms['from_search'].region_id[region_id].selected = true; } function change_country(obj_country){ jump_url = 'index.php?country_id='+obj_country.value; location = jump_url; }