function header_level0(titel) {
var text = '<body  text="#000000" bgcolor="#999999" link="#000000" vlink="#999999" alink="#ffcc00">';
text += '\n<TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n  <TR>';
text += '\n    <TD align="right"> <DIV ID="YELLOW_ON_GREEN">FRANZ KÖLBL&nbsp;&nbsp;</DIV></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD>';
text += '\n      <TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n         <TR VALIGN=top>';
text += '\n            <TD><DIV ID="BLACK_ON_YELLOW">&nbsp;&nbsp;&nbsp;' + titel + '</DIV></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n            <TD><IMG border=0 src="images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n            <TD><IMG border=0 src="images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n      </table>'; 
text += '\n    </TD>';
text += '\n  </TR>';
document.write(text);
}

function header_level1(titel) {
var text = '<body  text="#000000" bgcolor="#999999" link="#000000" vlink="#999999" alink="#ffcc00">';
text += '\n<TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n  <TR>';
text += '\n    <TD align="right"> <DIV ID="YELLOW_ON_GREEN">FRANZ KÖLBL&nbsp;&nbsp;</DIV></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD>';
text += '\n      <TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n         <TR VALIGN=top>';
text += '\n            <TD><DIV ID="BLACK_ON_YELLOW">&nbsp;&nbsp;&nbsp;' + titel + '</DIV></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n            <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n            <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n      </table>'; 
text += '\n    </TD>';
text += '\n  </TR>';
document.write(text);
}

function header_level1_karte1(titel,karte2) {
var text = '<body  text="#000000" bgcolor="#999999" link="#000000" vlink="#999999" alink="#ffcc00">';
text += '\n<TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n  <TR>';
    text += '\n    <TD align="right"> <DIV ID="YELLOW_ON_GREEN">FRANZ KÖLBL&nbsp;&nbsp;</DIV></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD>';
text += '\n      <TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n         <TR VALIGN=top>';
text += '\n           <TD><DIV ID="BLACK_ON_YELLOW">&nbsp;&nbsp;&nbsp;<a href="index.html">' + titel + '</A>&nbsp;&nbsp;&nbsp;';
text += '\n		   <a href="' + karte2 + '"><img border=0 src="../images/pfeil_re.gif" alt="vor"><img border=0 src="../images/pfeil_re.gif" alt="vor"></a></DIV></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n           <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n           <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n	</table>';
text += '\n   </TD>';
text += '\n  </TR>';
document.write(text);
}

function header_level1_karte2(titel,karte1,php) {
var text = '<body  text="#000000" bgcolor="#999999" link="#000000" vlink="#999999" alink="#ffcc00">';
text += '\n<TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n  <TR>';
    text += '\n    <TD align="right"> <DIV ID="YELLOW_ON_GREEN">FRANZ KÖLBL&nbsp;&nbsp;</DIV></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD>';
text += '\n      <TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n         <TR VALIGN=top>';
text += '\n           <TD><DIV ID="BLACK_ON_YELLOW">&nbsp;&nbsp;&nbsp;<a href="index.html">' + titel + '</A>&nbsp;&nbsp;&nbsp;';
text += '\n		   <a href="' + karte1 + '"><img border=0 src="../images/pfeil_li.gif" alt="vor"><img border=0 src="../images/pfeil_li.gif" alt="vor"></a>&nbsp;';
text += '\n		   <a href="' + php + '?bild=0"><img border=0 src="../images/pfeil_re.gif" alt="vor"><img border=0 src="../images/pfeil_re.gif" alt="vor"></a></DIV></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n           <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n         <TR>';
text += '\n           <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD>';
text += '\n         </TR>';
text += '\n	</table>';
text += '\n   </TD>';
text += '\n  </TR>';
document.write(text);
}

function header_level1_php(titel) {
var text = '<body  text="#000000" bgcolor="#999999" link="#000000" vlink="#999999" alink="#ffcc00">';
text += '\n<TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n  <TR>';
    text += '\n    <TD align="right"> <DIV ID="YELLOW_ON_GREEN">FRANZ KÖLBL&nbsp;&nbsp;</DIV></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD>';
text += '\n      <TABLE border=0 width=980 cellspacing="0" cellpadding="0">';
text += '\n         <TR VALIGN=top>';
text += '\n           <TD><DIV ID="BLACK_ON_YELLOW">&nbsp;&nbsp;&nbsp;<a href="index.html">' + titel + '</A>&nbsp;&nbsp;&nbsp;';
document.write(text);
}

function footer_level0() {
var text = '  <TR>';
text += '\n    <TD><IMG border=0 src="images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><DIV ID="BLACK_ON_YELLOW">&nbsp;&nbsp;'; 
text += '\n	   <A href="index.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Zur&uuml;ck zur Startseite / Back to the root homepage\'; return true">HOME</A> &nbsp;&nbsp;&nbsp;';
text += '\n	   <A href="index2.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Erlebnisse und Fotos von Reisen in alle Welt / Adventures and images from travels from many countries\'; return true">L&Auml;NDER</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="aktuelles.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Aktuelles und Neuigkeiten / Current information and news\'; return true">NEU</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="gaestebuch/gb.php" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Eintrag ins G&auml;stebuch vornehmen / Make an entry into my guest book\'; return true">G&Auml;STEBUCH</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="mailto:franz.koelbl&#64;uni-graz.at?subject=Website von Franz Koelbl"onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Mail an den Autor schicken / Send a mail to the author \'; return true">M&#64;IL</A>&nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="spiele.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Gesellschaftsspiele f&uuml;r lange Abende und kurze N&auml;chte / Party games for long evenings and short nights\'; return true">SPIELE</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="privat.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Privates &uuml;ber den Autor / Private information about the author\'; return true">PRIVAT</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="impressum.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Impressum\'; return true">IMPRESSUM</A> &nbsp;&nbsp;&nbsp;';
text += '\n	   </DIV></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n</TABLE>';
document.write(text);
}

function footer_level1() {
var text = '  <TR>';
text += '\n    <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><DIV ID="BLACK_ON_YELLOW">&nbsp;&nbsp;'; 
text += '\n	   <A href="../index.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Zur&uuml;ck zur Startseite / Back to the root homepage\'; return true">HOME</A> &nbsp;&nbsp;&nbsp;';
text += '\n	   <A href="../index2.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Erlebnisse und Fotos von Reisen in alle Welt / Adventures and images from travels from many countries\'; return true">L&Auml;NDER</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="../aktuelles.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Aktuelles und Neuigkeiten / Current information and news\'; return true">NEU</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="../gaestebuch/gb.php" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Eintrag ins G&auml;stebuch vornehmen / Make an entry into my guest book\'; return true">G&Auml;STEBUCH</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="mailto:franz.koelbl&#64;uni-graz.at?subject=Website von Franz Koelbl"onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Mail an den Autor schicken / Send a mail to the author\'; return true">M&#64;IL</A>&nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="../spiele.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Gesellschaftsspiele f&uuml;r lange Abende und kurze N&auml;chte / Party games for long evenings and short nights\'; return true">SPIELE</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="../privat.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Privates &uuml;ber den Autor / Private information about the author\'; return true">PRIVAT</A> &nbsp;&nbsp;&nbsp;'; 
text += '\n	   <A href="../impressum.html" onMouseOut="window.status=\'\'; return true" onMouseOver="window.status=\'Impressum\'; return true">IMPRESSUM</A> &nbsp;&nbsp;&nbsp;';
text += '\n	   </DIV></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/yellow.jpg" style="HEIGHT: 4px; WIDTH: 980px"></TD></TR>';
text += '\n  <TR>';
text += '\n    <TD><IMG border=0 src="../images/white.jpg" style="HEIGHT: 2px; WIDTH: 980px"></TD></TR>';
text += '\n</TABLE>';
document.write(text);
}

