function showPageHeader(catalognaam,taal) {
   document.writeln('<title>' + instelling + '</title>');
   //document.writeln('<BODY BACKGROUND="/vubisavk/n/images/achter.gif">');
   document.writeln('<TABLE><TR>');
   document.writeln('<td width="350">');
   document.writeln('<B><FONT SIZE=+1 COLOR=3347B2>'+instelling+'<BR>');
   document.writeln('<B><FONT SIZE=+1 COLOR=3347B2>'+catalogus+'<FONT COLOR=0094A5> '+catalognaam+' <FONT COLOR=000066></FONT></TD>');
   //document.writeln('<td width="200"><img SRC="/vubisavk/images/weblogo.gif" align="left" WIDTH="100" HEIGHT="36"></td>');
   document.writeln('</TR></TABLE>');
document.writeln('<FONT COLOR=000066>')
}

