//-- 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 - -97
abj.style.top=287
}
if (isNN) {
var abj
x=window.screen.width
if (x==800) {x= 784}
abj=MM_findObj('prodotti')
abj.style.left=x/2 - -100
abj.style.top=287

}
if (isN4) {
x=window.innerWidth
document.prodotti.left=x/2 - -97
document.prodotti.top=287
}


