	function highlight(sImg,sSrc) {
		document.images[sImg].src = sSrc;
	}
	
	function goForm(){
	//alert(document.goForm.goFormSelect.options[document.goForm.goFormSelect.selectedIndex].value)
	window.location.href = document.goForm.goFormSelect.options[document.goForm.goFormSelect.selectedIndex].value;
	}
				