// Setting PopUp Layers

// Distanze dallo Schermo
document.write('<div id="theLayer"style="position:absolute;left:55px; top:50px; visibility:visible;z-index:100">');

// Aspetto barra del Titolo
document.write('<table border="0" width="" bgcolor="#ff9933" cellspacing="0" cellpadding="5"><tr><td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="3"><tr><td id="titleBar" style="cursor:move" width="90%"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="isHot=true;if (isN4) ddN4(theLayer)" onMouseout="isHot=false">');

// Aspetto, testo barra del Titolo
document.write('<font face="Arial" size="2" color="#ffffff"><B>COSMOLUX</B></font></layer></ilayer></td><td style="cursor:hand" valign="top"><a href="#" style="text-decoration:none;" onClick="hideMe();return false"><img src="chiudi.gif" alt="Chiudi" height="18" width="18" border="0" ALIGN="ABSMIDDLE"> CHIUDI</a></td>');

// Aspetto Finestra
document.write('<tr><td bgcolor="#FCDBB9" width="100%" style="padding:4px" colspan="2"><font face="Arial" size="2" color="#000080">');

// Messaggio PopUp
document.write('<img src="600x300-cosmolux.png" border="0" align="left" ></font>');

// end
document.write('</td></tr></table></td></tr></table></div>');


setTimeout("chiudi();", 30000);
