function nop(){}
function goto(szurl)
{
	window.open(szurl);	

}

function goToCheckHxtml()
{
	szurl ="http://validator.w3.org/check?uri=" + document.location;
	window.open(szurl);	

}

function goToCheckCss()
{
	szurl ="http://jigsaw.w3.org/css-validator/validator?uri=" + document.location;
	window.open(szurl);	

}

function preloadImg()
{
	image1 = new Image(); image2= new Image(); image3 = new Image(); image4 = new Image(); image5 = new Image(); 
	image6 = new Image(); image7= new Image(); image8 = new Image(); image9 = new Image();  
	image10 = new Image();image11 = new Image();
	image2a = new Image(); image3a = new Image(); image4a = new Image(); image5a = new Image(); 
	image6a = new Image();
	image2a.src = "../img/azienda_off.gif";
	image3a.src = "../img/servizi_off.gif";
	image4a.src = "../img/clienti_off.gif";
	image5a.src = "../img/case_off.gif";
	image6a.src = "../img/contatti_off.gif";
	image2.src = "../img/azienda_on.gif";
	image3.src = "../img/servizi_on.gif";
	image4.src = "../img/clienti_on.gif";
	image5.src = "../img/case_on.gif";
	image6.src = "../img/contatti_on.gif";
	image7.src = "../img/panel_sap_on.gif";
	image8.src = "../img/panel_web_on.gif";
	image9.src = "../img/panel_client_on.gif";
	image10.src = "../img/logojdtech.gif";
	image11.src = "../img/foto_home_1.jpg";




}
