<!-- Hide from old browsers
if (navigator.appVersion.indexOf("2.") != -1) {check = false;}
if ((navigator.appVersion.indexOf("3.") != -1) && (navigator.appName.indexOf("Explorer") != -1)){check = false;}
else {check = true;}

<!--
/* function SetCenter()
{
	LR.style.top  = document.body.clientHeight /2 - LR.height /2 ;
    if (LR.style.top < "0") LR.style.top = 0 ;
    LR.style.right = document.body.clientWidth /2 - LR.width /2 ;
    if (LR.style.right < "0") LR.style.right = 0 ;
} */
// -->