function OpenRaccolta(){
	window.open("tools/raccoltaRiciclo/flash/raccoltaFlash.aspx","Campagne",'height=464,width=520,status=0,scrollbars=0,resizable=0');
}

function OpenCicloLegno(){
	window.open("tools/cicloLegno/flash/cicloFlash.aspx","Campagne",'height=464,width=520,status=0,scrollbars=0,resizable=0');
}

function OpenCampagne(){
	window.open("tools/Campagne/flash/campagneFlash.aspx","Campagne",'height=440,width=465,status=0,scrollbars=0,resizable=0');
}

function OpenPopUp(strUrl,strWidth,strHeight){
	//alert("url " + strUrl);
	//alert("option " + "height=" + strHeight + ",width=" + strWidth + ",status=0,scrollbars=0,resizable=0");
	window.open(strUrl,'popUp','height=' + strHeight + ',width=' + strWidth + ',status=0,scrollbars=0,resizable=0');
}

//usata nell'oggetto SMAT
function OpenZoomWindow(strImg,strTitle,strDesc){
	window.open('tools/zoomWindow.aspx?img=' + strImg + '&desc=' + strDesc + '&title=' + strTitle,'','height=300,width=300,status=0,scrollbars=0,resizable=1');
}

//usata nelle pagine delle news
function OpenNewsStampaZoomWindow(strImg){
	window.open("tools/zoomWindow.aspx?img=" + strImg,"zoomWindow",'height=300,width=300,status=0,scrollbars=0,resizable=1');
}

function PrintNewsStampa(){
	alert("print");
}

function printPage(){
	var strPage = "";
	var intStartIndex = 0;
	var intEndIndex = 0;
	
	strPage = document.location.href;
	
	intStartIndex = strPage.lastIndexOf("/") + 1;
		
	strPage = strPage.substr(intStartIndex);
	window.open("printPage.asp?page=" + escape(strPage),"printPage","dependent=yes,Height=400,Width=500,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=yes,toolbar=no");
}

function printPageNews(){
	var strPage = "";
	var intStartIndex = 0;
	var intEndIndex = 0;
	
	strPage = document.location.href;
	
	intStartIndex = strPage.lastIndexOf("/") + 1;
		
	strPage = strPage.substr(intStartIndex);
	
	//if (strPage.indexof("?") == null)
	//window.open("printPage.asp?page=" + escape(strPage) + "&noPag=1" ,"printPage","dependent=yes,Height=400,Width=510,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,titlebar=yes,toolbar=no");
	//else
	strPage = strPage.replace("newsRes", "newsResS");
	strPage = strPage.replace("prRes", "prResS");
	strPage = strPage.replace("comRes", "comResS");
	strPage = strPage.replace("platHome", "platHomeS");
	
	window.open(strPage+"&noPag=1","printPage","dependent=yes,Height=600,Width=500,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=yes,toolbar=no");


}

function svuotaCampo(objCampo){
	objCampo.value = "";
}
function svuotaCampoPsw(objCampo){
	objCampo.value = "";
}