if(navigator.appName.indexOf("Netscape")==0&&
   parseInt(navigator.appVersion)==4&&
   location.href.indexOf("ns4.html")<1&&
   location.href.indexOf(".pl")<1){
   location.href="ns4.html"}
if(window!=top){top.location.href=location.href};
function stopError(){return true};window.onerror=stopError;
function findTag(eItem){var objATag=new Object();objATag=eItem.all.tags("a").item(0);return objATag}
function mOver(eItem){eItem.DefaultBgColor=eItem.style.backgroundColor;eItem.DefaultTxtColor=eItem.style.color;eItem.style.backgroundColor="#AAB9D6";eItem.style.cursor="hand"}
function mOut(eItem){eItem.style.backgroundColor=eItem.DefaultBgColor;findTag(eItem).style.color=eItem.DefaultTxtColor}
function mGo(eItem){location.href=findTag(eItem).getAttribute("href")}
function openFrame(url,fullscreen,width,height){
 if(fullscreen!='yes'){
  vid_screen='no';
  win_size=',width='+width+',height='+height}
 else{
  vid_screen='yes';
  win_size=''}
 window.open(url,"_new","top="+((screen.availWidth-640-48)/2)+",left="+((screen.availHeight-480-24)/2)+win_size+",fullscreen="+vid_screen+",titlebar=no,toolbar=no,menubar=no,resizable=no,channelmode=no,directories=no,location=no,scrollbars=no,scrollbars=no,scrolling=no,status=no")}
