function Show_Polizei() {
	New_Wnd = window.open('http://www.polizei-mg.de/','polizei',"toolbar=yes,directories=yes,scrollbars=yes,status=yes,menubar=yes,width=792px,height=438px,innerheight=447px,screenY=110px,left=112px,top=87px");
	New_Wnd.focus();
}

if (document.all)	{HochGes = document.all.diese.offsetHeight - 6;
					 BreitGes= document.all.diese.offsetWidth  - 21;}
	else			{HochGes = window.innerHeight;
					 BreitGes= window.innerWidth - 16;}

ButtonAnzahl = Button.length;
ButtonHoehe = 42+3;							// Buttonhoehe: 42px; Abstand zw. Button: 3px;
HoeheOberstesSchild = 84 + 25 + 20;		// Abstand nach oben: 25px; Angefuegter Pfahl der Hoehe: 20px;
VertSpace = HochGes - (ButtonAnzahl*ButtonHoehe) - HoeheOberstesSchild;

document.writeln("	<table cellspacing=0 cellpadding=0 border=0>");
document.writeln("		<tr>");
document.writeln("			<td><img src='/images/nix.gif' width=150 height=1></td>");
document.writeln("			<td><img src='/images/nix.gif' width=" + (BreitGes-150) + " height=1 border=0></td>");
document.writeln("		</tr>");
document.writeln("		<tr>");
document.writeln("			<td valign=bottom align=center>");
document.writeln("				<img src='/images/nix.gif' width=1 height=25 border=0><br>");
document.writeln("				<a href='http://www.compulights.de' target='_blank'><img src='/images/menu/top.gif' border=0></a><br>");
document.writeln("				<img src='/images/menu/pfahl.gif' height='20' width='20' border=0><br>");
document.writeln("			</td>");
document.writeln("			<td valign=top>");
document.writeln("				<table cellspacing=0 cellpadding=0 border=0 width='100%'>");
document.writeln("					<tr>");
document.writeln("						<td align=left valign=center>");
document.writeln("							<table cellspacing=0 cellpadding=0 border=0 width=225>");
document.writeln("								<tr>");
document.writeln("									<td><img src='/images/nix.gif' width=10 height=1 border=0></td>");
document.writeln("									<td align=center>&nbsp;</td>");
document.writeln("								</tr>");
document.writeln("							</table>");
document.writeln("						</td>");
document.writeln("						<td align=center><img src='/images/logo.gif'></td>");
document.writeln("						<td align=right valign=center>");
document.writeln("							<table cellspacing=0 cellpadding=0 border=0 width=225>");
document.writeln("								<tr>");
document.writeln("									<td align=right valign=bottom><img src='/images/Stempel.gif'></td>");
document.writeln("									<td><img src='/images/nix.gif' width=10 height=1 border=0></td>");
document.writeln("								</tr>");
document.writeln("							</table>");
document.writeln("						</td>");
document.writeln("					</tr>");
document.writeln("				</table>");
document.writeln("			</td>");
document.writeln("		</tr>");
document.writeln("		<tr>");
document.writeln("			<td background='/images/menu/Strasse_hintergrund.gif' valign=top align=center>");

for (i=0; i<ButtonAnzahl; i++) {
	ahref = "<a href='" + Link[i] + "' onmouseout=\"document.Lnk" + i + ".src='/images/menu/" + Button[i] + "_off.gif'\" onmouseover=\"document.Lnk" + i + ".src='/images/menu/" + Button[i] + "_on.gif'\">";
	if (i==Active_Button)	{document.writeln("				<img src='/images/menu/" + Button[i] + "_active.gif' border=0><br><img  src='/images/nix.gif' width=1 height=3 border=0><br>");}
		else						{document.writeln("				" + ahref + "<img name='Lnk" + i + "' src='/images/menu/" + Button[i] + "_off.gif' border=0></a><br><img src='/images/nix.gif' width=1 height=3 border=0><br>");}
}

document.writeln("				<img src='/images/nix.gif' width=1 height=" + VertSpace + " border=0><br>");
document.writeln("			</td>");
document.writeln("			<td background='/images/Landschaft_hintergrund.gif' valign=top align=center>");
document.writeln("				<br><br>");
document.writeln("					<table width=90% height=90% border=0 cellpadding=0 cellspacing=0>");
document.writeln("						<tr>");
document.writeln("							<td background='/images/rahmen/oben_links.gif'  height=20><img src='/images/nix.gif' height=20 width=20 ></td>");
document.writeln("							<td background='/images/rahmen/oben.gif'        ><img src='/images/nix.gif' height=1  width=100></td>");
document.writeln("							<td background='/images/rahmen/oben_rechts.gif' height=20><img src='/images/nix.gif' height=20 width=20 ></td>");
document.writeln("						</tr>");
document.writeln("						<tr>");
document.writeln("							<td background='/images/rahmen/links.gif'       ><img src='/images/nix.gif' height=1  width=20 ></td>");
document.writeln("							<td width=100% background='/images/rahmen/hintergrund.gif'>");
