//-- IE = 0
//-- N4 = -3
//-- NN = +3
isIE=document.all;
isNN=!document.all&&document.getElementById;
isN4=document.layers;
var x,y

if (isIE) {
var abj
x=window.screen.width -14
abj=MM_findObj('prodotti')
abj.style.left=x/2 - 163
abj.style.top=150
abj=MM_findObj('azienda')
abj.style.left=x/2 - 71
abj.style.top=150
abj=MM_findObj('zoom')
abj.style.left=x/2 - -130
abj.style.top=150
}
if (isNN) {
var abj
x=window.screen.width
if (x==800) {x= 784}
abj=MM_findObj('prodotti')
abj.style.left=x/2 - 160
abj.style.top=150
abj=MM_findObj('azienda')
abj.style.left=x/2 - 68
abj.style.top=150
abj=MM_findObj('zoom')
abj.style.left=x/2 - -130
abj.style.top=150
}
if (isN4) {
x=window.innerWidth
document.prodotti.left=x/2 - 163
document.prodotti.top=150
document.azienda.left=x/2 - 71
document.azienda.top=150
document.zoom.left=x/2 - -130
document.zoom.top=150
}

