if (!oviNN4) { onresize = function() { location.reload()} }var height, width; if (document.all) { height =document.body.offsetHeight;width = document.body.offsetWidth;}else{height = window.innerHeight;width=window.innerWidth;}if(navigator.appName == "Netscape")

{
if ( width < 800)
{var rest = 770 - width;
width = (rest/2) + (width/2);}
else
{width = width/2;}
showPermPanelCentered('OviBar',width,118)
} 

else 

{
if ( width < 800)
{var rest = 770 - width;
width = (rest/2) + (width/2);}
else
{width = width/2;}
showPermPanelCentered('OviBar',width,119)
}