// Bestands naam: EbotSoft.js
// Gemaakt op: 06-04-2000
// Gemaakt door: Bert Tobé
// E-mail: WebMaster@EbotSoft.nl

function click()
{
   if ( event.button==2 || event.button==3 )
   {
      alert('Deze functie is uitgeschakeld.\n\nWanneer u gegevens wenst over te nemen,\nneem dan contact met mij op.\n\nCopyright © 2000/2003 EbotSoft.');
   }
}
document.onmousedown=click

function indexeendir()
{
   if( document.location == top.location )
   {
      top.location.replace("../index.htm");
   }
}

function indextweedir()
{
   if( document.location == top.location )
   {
      top.location.replace("../../index.htm");
   }
}

function indexdriedir()
{
   if( document.location == top.location )
   {
      top.location.replace("../../../index.htm");
   }
}

