/* Author: Justus Broeder */
/* Generated by IntPag */
/* Creation date: 25-feb-2009 */

   function StatusbalkTekst(txt)
   {
     window.status = txt;
   }
   function NieuwePagina(blad, breedte, hoogte)
   {
     window.open(blad,'_blank','scrollbars=1,status=1,menubar=0,resizable=1,location=0,left='+((screen.width-breedte)/2)+',top='+((screen.height-100-hoogte)/2)+',toolbar=0,height='+hoogte+',width='+breedte+'');
   }
// -->

