Protokoll = self.location.protocol;
Pfad = self.location.pathname;
Basis = Protokoll + '//' + Pfad.substring(1,Pfad.length-11)
neues_Fenster = null;

function Zeigen(Bild0,Titel0,Breite0,Hoehe0)
{
   Bild = Bild0;
   Titel = Titel0;
   Breite = Breite0;
   Hoehe = Hoehe0;
   zu();
   setTimeout("sichtbar()",1000);
}

function sichtbar()
{  
   Fenster_Hoehe = Hoehe + 30;
   Fenster_Breite = Breite + 40;
   Optionen = 'toolbar=0,location=0,directories=0,status=0,menubar=0,left=0,top=0,scrollbars=0,resizable=0,height='+Fenster_Hoehe+',width='+Fenster_Breite;
   neues_Fenster = window.open('','',Optionen)
   with (neues_Fenster) 
   {
      document.writeln('<HTML><HEAD><TITLE>' + Titel + '</TITLE></HEAD>');
      document.writeln('<BODY BGCOLOR="#000000" TEXT="#FFFFFF"><DIV ALIGN=CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 VALIGN="MIDDLE"><TR><TD>');
      document.writeln('<IMG SRC="'+Bild+'" WIDTH='+Breite+' HEIGHT='+Hoehe+' BORDER=0 ALT="'+Titel+'"></TD>');
      document.writeln('</TR></TABLE></DIV></BODY></HTML>');
   }
}

function zu()
{
   if (neues_Fenster != null)
     if (!neues_Fenster.closed)
       neues_Fenster.close();
}

function impressum()
{
var iMyWidth;
var iMyHeight;

iMyWidth = (window.screen.width/2) - (388 + 8)
iMyHeight = (window.screen.height/2) - (240 + 28)
var win2 = window.open("impressum.html","Impressum","status=yes,resizable=yes,width=776,height=480,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes,menubar=yes");
}

function kopg()
{
var iMyWidth;
var iMyHeight;

iMyWidth = (window.screen.width/2) - (388 + 8)
iMyHeight = (window.screen.height/2) - (216 + 28)
var win2 = window.open("ko_printg.html","Grafikdruck","status=yes,resizable=yes,width=776,height=432,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes,menubar=yes");
}

function kopt()
{
var iMyWidth;
var iMyHeight;

iMyWidth = (window.screen.width/2) - (388 + 8)
iMyHeight = (window.screen.height/2) - (216 + 28)
var win2 = window.open("ko_printt.html","Textdruck","status=yes,resizable=yes,width=776,height=432,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes,menubar=yes");
}

function ag_ksommer()
{
var iMyWidth;
var iMyHeight;

iMyWidth = (window.screen.width/2) - (200 + 8)
iMyHeight = (window.screen.height/2) - (215 + 28)
var win2 = window.open("ag_ksommer.html","ksommer","status=yes,resizable=yes,width=400,height=430,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=no,menubar=no");
}

function ko_weg()
{
var iMyWidth;
var iMyHeight;

iMyWidth = (window.screen.width/2) - (320 + 8)
iMyHeight = (window.screen.height/2) - (240 + 28)
var win2 = window.open("wegbeschreibung.html","weg","status=yes,resizable=yes,width=640,height=480,left=" + iMyWidth + ",top=" + iMyHeight + ",screenX=" + iMyWidth + ",screenY=" + iMyHeight + ",scrollbars=yes,menubar=yes");
}
