function gotosite1(Fm){
var URL = Fm.options[Fm.selectedIndex].value;
window.location.href = URL;
}