I'd like to meet:
..
..
..
..
..
..
..
function center() {
if (navigator.appVersion.indexOf('MSIE') != -1)
document·all['root'].style.left = Math.max((document·body.clientWidth - 954) / 2, 0);
else
document·PageElement.LAYERS['root'].left = Math.max((window.innerWidth - 954) / 2, 0);
}
..
..
..
..
NAMIZM