function click()
{
   if ( event.button==2 || event.button==3 )
   {
      alert('Wanneer u gegevens wenst over te nemen,\nis dit alleen toegestaan wanneer de bron vermeld wordt.\n\nWanneer u aanvullende gegevens voor mij heeft,\ndan stel ik het op prijs wanneer u mij die toestuurt.\n\nCopyright © 2000/2005 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");
   }
}
