	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;
	}
			

	function navCatalogs(){		
		document.location.href = navcatalogs.catalog[navcatalogs.catalog.selectedIndex].value;	
	}
