<!--
height = screen.height;
if (navigator.appName=='Netscape')
 {
    width = window.innerWidth;
    height = window.innerHeight;
 }
else
 {
    width = window.document.body.clientWidth;
    height = window.document.body.clientHeight; 
 } 

mymeta = (width / 2 ) - 373;


document.write("<layer name='nsviewer' bgcolor='"+sfondo+"' style='border-width:thin;z-index:1'></layer>");
if (iens6){
document.write("<div id='viewer' style='background-color:"+sfondo+";visibility:hidden;position:absolute;left:"+mymeta+";width:0;height:0;z-index:1;overflow:hidden;border-width:1; border-color:"+colore_bordo+"; border-style:solid'></div>")
} 
if (ns4){
	hideobj = eval("document.nsviewer")
	hideobj.visibility="hidden"
}
//-->