<!--

// ***********************************************
// forhindrer kopiering
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

var message="  "+ '\n' +"  "+ '\n' +" R.S.P.C "+ '\n' +" Kom og besøg os på en træningsaften! "+ '\n' +" Vi vil meget gerne vise hvad vi laver "+ '\n' +" og du er også velkommen til at prøve spillet ";


function click(e)
   {
   if (document.all) {
      if (event.button == 2) {
        alert(message);
         return false;
      }
   }
   if (document.layers) {
      if (e.which == 3) {
        alert(message);
         return false;
      }
   }
   }
   if (document.layers) {
      document.captureEvents(Event.MOUSEDOWN);
   }
  document.onmousedown=click; 
// -->


<!-- 
// nye vinduer
function nww(url){window.open(url,'','width=1050,height=800,top=50,left=30,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=1'); 
}
//-->
<!-- 
// nye vinduer
function nw(url){window.open(url,'','width=900,height=800,top=20,left=20,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=1'); 
}
//-->


<!-- 
// nye vinduer
function nwl(url){window.open(url,'','width=460,height=200,top=20,left=20,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=1'); 
}
//-->


<!-- 
// nye vinduer
function n(url){window.open(url,'','width=400,height=550,top=20,left=200,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=1'); 
}
//-->

<!-- 
// nye vinduer
function nul(url){window.open(url,'','width=1,height=1,top=10,left=10,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=1'); 
}
//-->


