<!--
	function PopupImage(imageName, pop_wdt, pop_hgt) { 
		var pop_wdt2 = 0;
		var pop_hgt2 = 0;
		var pop_offset_x = 2*0;
		var pop_offset_y = 2*0;
		var pop_wdt2 = pop_wdt + pop_offset_x;
		var pop_hgt2 = pop_hgt + pop_offset_y;
		myWindow = window.open('','galleria','width=' + pop_wdt2 +',height=' + pop_hgt2 + ',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'); 
		myWindow.document.write("<HTML><HEAD><title>RB PROGETTI</title><\/HEAD>");
		myWindow.document.write("<BODY leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
		myWindow.document.write("<table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'><tr>");
		myWindow.document.write("<td align='center' valign='middle'>");
		myWindow.document.write("<a href='javascript:;' onClick='window.close()'><IMG SRC='" + imageName + "' + border='0' alt='Click screen to close'></a>");
		myWindow.document.write("</td></tr></table>");
		myWindow.document.write("<\/BODY><\/HTML>");
		myWindow.window.resizeTo(pop_wdt2, pop_hgt2);
		myWindow.document.close();
		myWindow.focus();
				
	} 

	function chiudi(){
	parent.close()
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function apriFull(){ 
	window.open("italiano.html","frame","fullscreen");
}
//-->