<!--

function topred(url) {
    if (self == top) {
        top.location = url;
        if (top.frames.length!=0) top.location=self.document.location;
    }
}

function loadclass() {
  width=screen.width;
  if( width == 800 ) {
    document.write("<link href=\"/lamoura2_800.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\">\n");
  } else {
    document.write("<link href=\"/lamoura2.css\" rel=\"stylesheet\" type=\"text/css\" media=\"screen\">\n");
  }
}

var brVer = parseInt(navigator.appVersion);
var agt=navigator.userAgent.toLowerCase();
var isNav  = ( (agt.indexOf('mozilla') != -1) &&
               (agt.indexOf('spoofer') == -1) &&
               (agt.indexOf('compatible') == -1) &&
               (agt.indexOf('opera') == -1) &&
               (agt.indexOf('webtv') == -1) );
var isNav4up = (isNav && (brVer >= 4));
var isIe     = (agt.indexOf("msie") != -1);
var isIe4up  = (isIe && (brVer >= 4));

var keyesMessage="(c) www.sexe-crawler.com";

function nokeys(e) {
   if (document.layers || isNav4up) { // Netscape
           return false;
   }
   if (document.all || isIe4up) {     // IE
      alert(keyesMessage);
      return false;
   }
}

function paclick(e) {
  if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false;
  else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {
    alert("(c) www.sexe-crawler.com");
    return false;
  }
  return true;
}

if (document.layers || isNav4up) {    // Netscape
   document.captureEvents(Event.MOUSEDOWN | Event.KEYPRESS);
   document.onkeypress=nokeys;
}

if (document.all || isIe4up) {
   document.onkeydown=nokeys;
}

if(debug<1) {
  // if(window.parent.debug) document.write('<script language="JavaScript">alert(window.parent.debug+\'-\'+debug);</script>');
  document.onmousedown=paclick;
  if (document.layers) window.captureEvents(Event.MOUSEDOWN);
  window.onmousedown=paclick;
}

// -->
