<!--
function saibcrom (titolo_finestra, urlPop, lungX, altY) {
	title=titolo_finestra;
	W=lungX;
	H=altY;
	windowCERRARa 		= "images/4x4_x.gif"
	windowCERRARd 		= "images/4x4_x.gif"
	windowCERRARo 		= "images/4x4_x.gif"
	windowNONEgrf 		= "img/none.gif"
	windowCLOCK		= "images/4x4_trasp.gif"
	windowREALtit		=  title
	windowTIT 	    	=  ""
	windowBORDERCOLOR   	= "#C0C0C0"
	windowBORDERCOLORsel	= "#DFDFDF"
	windowTITBGCOLOR    	= "#FFCE5A"
	windowTITBGCOLORsel 	= "#DFDFDF"
	openchromeless(urlPop, title, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
//-->

