function stopError() {
			return true;
		}		
		//window.onerror = stopError;
		
		/*
		imageName = nome immagine
		n = nome immagine highlight
		L = lingua, puņ essere la stringa vuota
		*/
		function img_on(imageName,n,L) {	
			var Lan = "";
			if (L != "")
				Lan = L + "/";			
			id = "../" + Lan + "img/" + n + "_h.gif";
			document.images[imageName].src = id;
		}
		
		function img_off(imageName,n,L)	{
			var Lan = "";
			if (L != "")
				Lan = L + "/";			
			id = "../" + Lan + "img/" + n + "_n.gif";
			document.images[imageName].src = id;
		}
		
		function popterms()
		{
			w = 393
			h = 455
			x = (screen.width - w)/2
			y = (screen.height - h)/2		
				window.open('../azienda/frs_terms.asp','Termsandconditions','top='+y+',left='+x+',width='+w+',height='+h+',status=no,resizable=yes,scrolling=auto')
		}
