posYmenu = 150;
bgcolor='#006699';
bgcolor2='#CC0000';
posXmenu = 15;
document.write('<style type="text/css">');
document.write('.poppervert { POSITION: absolute; VISIBILITY: hidden; z-index:1; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:1; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></DIV>');
/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;

zlien[0][0] = '<A HREF="Einleitung3.php" CLASS=ejsmenu>Einleitung</A>';
zlien[0][1] = '<A HREF="restaurant.php" CLASS=ejsmenu>Restaurants-Zugang </A>';
zlien[0][2] = '<A HREF="wetter.php" CLASS=ejsmenu>Wetter</A>';
zlien[0][3] = '<A HREF="Touristeninformation.php" CLASS=ejsmenu>Touristen information</A>';

zlien[1][0] = '<A HREF="Einleitung.php" CLASS=ejsmenu>Strand </A>';

zlien[3][0] = '<A HREF="Kustengebiete.php" CLASS=ejsmenu>Küstengebiete</A>';
zlien[3][1] = '<A HREF="DieLandungDerAlliierten.php" CLASS=ejsmenu>Die Landung Der Alliierten</A>';
zlien[3][2] = '<A HREF="Zeugenaussagen.php" CLASS=ejsmenu>Zeugenaussagen</A>';

zlien[4][0] = '<A HREF="Die_Landung_der_Alliierten.php" CLASS=ejsmenu>Die Landung der Alliierten</A>';
zlien[4][1] = '<A HREF="Zeugenaussagen .php" CLASS=ejsmenu >Zeugenaussagen </A>';
zlien[4][2] = '<A HREF="Die_Landung_der_Alliierten.php" CLASS=ejsmenu>Die Landung der Alliierten</A>';


var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+91;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% ALIGN=center BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><I>&nbsp;&nbsp;"+msg[pass]+"</I></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    sknvert.document.write(content);
	  sknvert.document.close();
	  sknvert.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
}
function kill()
{
	sknvert.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=80><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],1)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=20><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><I>Touritenempfang Touristique </I></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],26)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=20><A onClick="return(false)" onMouseOver="pop(zlien[1],26)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><I>Meeresbad</I></center></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],51)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=20><A onClick="return(false)" onMouseOver="pop(zlien[3],76)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center><I>6 juni 1944</center></I></FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
