//-- 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-6
abj=MM_findObj('prodotti')
abj.style.left=x/2 - 268
abj.style.top=101
abj=MM_findObj('download')
abj.style.left=x/2 - 137
abj.style.top=101
abj=MM_findObj('acquista')
abj.style.left=x/2 - 7
abj.style.top=101
abj=MM_findObj('chisiamo')
abj.style.left=x/2 - -122
abj.style.top=101
}
if (isNN) {
var abj
x=window.screen.width
if (x==800) {x= 784}
abj=MM_findObj('prodotti')
abj.style.left=x/2 - 268
abj.style.top=101
abj=MM_findObj('download')
abj.style.left=x/2 - 137
abj.style.top=101
abj=MM_findObj('acquista')
abj.style.left=x/2 - 7
abj.style.top=101
abj=MM_findObj('chisiamo')
abj.style.left=x/2 - -122
abj.style.top=101
}
