function SelectVoyageRegion(which,act,yacht_id)
{
 //alert("act="+act+"\nyacht_id="+yacht_id+"\n");	
 location.href="voyage_db.pl?act="+act+"&yacht="+yacht_id+"&region_id="+parseInt(which.options[which.selectedIndex].value);
 return;
}