function PrintPage(){
    url="./mod_PrintPagePart.aspx?PrintURL=" + window.location;
   	show3 = window.open( url,'PrintWindow','width=630,height=600,resizable=1,scrollbars=auto,directories=0,toolbar=0,menubar=0,location=no');
	window.show3.focus();
}

function openPopUp(IMG){
	try { 
			foto.window.close();
		} 
	catch(er) {}
	//alert(IMG);
	URL = "GetDataImage.aspx?url="+ IMG +"&size=640";
	
	var foto = window.open(URL,"foto","directories=no,height=480,width=640,status=no,toolbar=no,menubar=no,location=no")
	try { 
			foto.window.focus();
		} 
	catch(er) {}	
}
function ClickHandler(node)
{
	node.Toggle();

}
