
//<!-- /* Laadt een pagina in het frame "fiche" */ -->
function FicheTonen(url) 
{  parent.fiche.location=url  }


//<!-- /* Laadt een pagina in een nieuw venster */ -->
function LinkOpenen(url)
{  window.open(url,"","");  }


<!-- PAGINA ALLEEN OPENEN IN FRAME -->
function _InFrame()
{
if (parent.location.href == self.location.href)
window.location.href = '../startNL.html';
}


//<!-- /* COPYRIGHT LOOTVOET - Rechtermuisknop uitschakelen */ -->
function _Copyright()
{{
var message="SORRY: \nDeze pagina is copyright lootvoet.be!"; 

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;
}}

//<!-- /* COPYRIGHT DODSON-HORRELL - Rechtermuisknop uitschakelen */ -->
function Copyright_DH()
{{
var messageFR="SORRY: \nCopyright  : DODSON and HORRELL - U.K."; 

function click(e)
   {if (document.all)
      {if (event.button == 2)
         {alert(messageFR); return false;}
      }

    if (document.layers)
     {if (e.which == 3) 
        {alert(messageFR); return false;}
     }
   }

   if (document.layers) {document.captureEvents(Event.MOUSEDOWN);}

document.onmousedown=click;
}}


//<!-- /* POPUP VOOR FRANSE VERSIE FICHES */ -->

function FicheFrans(url_fiche)
{ window.open(url_fiche,"","width=600,height=600,top=50,left=50,scrollbars yes"); }






