function show(){
if (!document.all&&!document.layers)
return

//luca
width = screen.width
height = screen.height

if (width = "1024" && height == 768)
document.write ("<style>#top2offDiv {Z-INDEX: 1; POSITION: absolute; width: 108px; left: 486px; top: 73px} #top3offDiv {	Z-INDEX: 3;  POSITION: absolute; width: 108px; left: 570px; top: 73px} #top5offDiv {WIDTH: 71px; POSITION: absolute; z-index: 5; left: 653px; top: 73px} #Layer1 {position:absolute; left:9px; top:411px; width:172px; height:47px; z-index:7; visibility: hidden}</style>")
}

function show1(){
//if (!document.all&&!document.layers)
//return

//solo per la home page
width = screen.width
height = screen.height

if (width = "1024" && height == 768)
document.write ("<style>#Layer1 {position:absolute; width:185px; height:275px; z-index:7; left: 17px; top: 164px}</style>")
}