function fenster (Adresse) {
  Fenster1 = window.open(Adresse, "Zweitfenster", "width=900,height=730");
  Fenster1.focus();
}



document.write("<link rel='stylesheet' type='text/css' href='formate.css'></link>");

document.write("<p style='vertical-align:bottom; text-align:right; font-weight:bold; margin-top: 80px; margin-bottom: 7px; margin-right: 10px; font-family:sans-Arial, sans-serif; font-size:10pt'>");

if($rubrik=="1"){
	document.write("<font id='menuakt'>");
	}
	else{
	document.write("<a href='../akt/akt.htm' id='menu'>");
	}
document.writeln("Aktuelles</a>");
document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>");

if($rubrik=="2"){
	document.write("<font id='menuakt'>");
	}
	else{
	document.write("<a href='../ein/ein.php' id='menu'>");
	}
document.writeln("Eins&auml;tze</a>");
document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>");

if($rubrik=="5"){
	document.write("<font id='menuakt'>");
	}
	else{
	document.write("<a href='../ueb/ueb.php' id='menu'>");
	}
document.writeln("&Uuml;bungen</a>");
document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>");

if($rubrik=="3"){
	document.write("<font id='menuakt'>");
	}
	else{
	document.write("<a href='../org/org.htm' id='menu'>");
	}
document.writeln("Organisation</a>");
document.writeln("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>");

	
if($rubrik=="4"){
	document.write("<font id='menuakt'>");
	}
	else{
	document.write("<a href='../kur/kur.htm' id='menu'>");
	}
document.writeln("Feuerwehr in K&uuml;rze</a>");
document.writeln("</font>");
