<!--
      if(top.frames.length!=3)
         
var message="Copyright 2002  A g r i W e b . n l\n\nVormgeving en Productie: PM Webdesign & Consultancy\nhttp://www.pmwebdesign.nl - info@pmwebdesign.nl";
function click(i){
if (document.all) { if (event.button == 2) { alert(message); return false; }}
if (document.layers) { if (i.which == 3) {   alert(message); return false; }}
}
if (document.layers) { document.captureEvents(Event.MOUSEDOWN); }
document.onmousedown=click;
// -->

function info(inhoud){
                naamWindow = window.open(inhoud, "subwindow", "resizable,scrollbar,height=450,width=450");
                naamWindow.focus();
        }
