/******************************************************************************
* epi.js                                                                      *
*                                                                             *
* Copyright © 2000 by Stichting Epilepsie Netwerk                               *
* Web address: http://www.epilepsie.net                                       *
******************************************************************************/

/*if (window == top) top.location.href = "index.html";
*/

window.defaultStatus = "Stichting Epilepsie Netwerk";

function noclick(wsu) {
if (navigator.appName == 'Netscape' && (wsu.which == 3 || wsu.which ==2))
   return false;
  else
   if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button ==3)) {
       alert("Copyright © 2000 Stichting Epilepsie Netwerk");
       return false;
   }
}

document.onmousedown=noclick;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=noclick;


 
