function showPageHeader(catalognaam,taal) {
   document.writeln('<title>' + instelling + '</title>');
   document.writeln('<BODY BACKGROUND="/vubis/n/images/achter.gif">');
   document.writeln('<TABLE><TR>');
   document.writeln('<td width="480"><a href="../../Default.htm"><img SRC="/vubis/f/images/giallogo.gif" align="left" WIDTH="480" HEIGHT="100"></TD>');
   document.writeln('</TR></TABLE>');
   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=3347B2></FONT><BR>');
}

