<!--
//18 september 2002 contact:webmaster@centrum45.nl

var newwindow = '';
function notesUp(){

if (!newwindow || newwindow.closed)         
         {
                 newwindow=window.open('','notes','status=yes,scrollbars=yes,resizable=yes,width=550,height=400,left=10,top=20')
                 
                 if (!newwindow.opener) newwindow.opener = self;              
                 

             
         }
         if (window.focus) {newwindow.focus()}               
} 

// -->
