	function openWin(theURL,winName,features) {
		newWin = window.open(theURL,winName,features);
	}
	function gotosite(Fm){
		var URL = Fm.options[Fm.selectedIndex].value;
		window.location.href = URL;
	}
