document.onmouseover = hidehit;
document.onmouseout = hidehit;
function hidehit()
{
 window.status='XXX PORN PAGES!'
 return true
}


function setIFrameHeight() {

     if ((document.all || document.getElementById) && !window.opera) {

       var n = "iframe";
       var docObj = frames[n].document;

       if (document.all) {
         document.all[n].style.pixelHeight = (docObj.compatMode &&
           docObj.compatMode != 'BackCompat') ?
           (frames[n].documentElement.scrollHeight+5) :
           (docObj.body.scrollHeight+5);
       }
       else {
         var h = (docObj.body && docObj.body.scrollHeight) ?
           docObj.body.scrollHeight : docObj.height;
         document.getElementById(n).style.height = docObj.height ?
           (h+'px') : ((h+5) + 'px')
       }
     }
   }

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}