<!--
function clidcrom (wname, urlPop, lungX, altY) {
	title=wname;
	W=lungX;
	H=altY;
        windowCERRARa 		= "risorse/img/close_a.gif"
	windowCERRARd 		= "risorse/img/close_d.gif"
	windowCERRARo 		= "risorse/img/close_o.gif"
	windowNONEgrf 		= "risorse/img/none.gif"
	windowCLOCK		= "risorse/img/clock.gif"
	windowREALtit		=  title
	windowTIT 	    	= "<font color=#ffffff face=verdana size=2>&nbsp;"+ title +"</font>"
	windowBORDERCOLOR   	= "#999999"
	windowBORDERCOLORsel	= "#c6c6c6"
	windowTITBGCOLOR    	= "#CC0000"
	windowTITBGCOLORsel 	= "#c6c6c6"
	openchromeless(urlPop, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
//-->

