posYmenu = 150;
bgcolor='#006699';
bgcolor2='#CC0000';
posXmenu = 20;
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="zoneInfo.php" CLASS=ejsmenu>Introduction</A>';
zlien[0][1] = '<A HREF="Introduction3.php" CLASS=ejsmenu>Tourist office</A>';
zlien[0][2] = '<A HREF="infopratique.php" CLASS=ejsmenu>Info pratiques</A>';
zlien[0][3] = '<A HREF="restaurant.php" CLASS=ejsmenu>Restaurants hébergements</A>';

zlien[1][0] = '<A HREF="Introduction.php" CLASS=ejsmenu>Introduction</A>';


zlien[2][0] = '<A HREF="Introduction2.php" CLASS=ejsmenu>Introduction</A>';
zlien[2][1] = '<A HREF="Chateau.php" CLASS=ejsmenu>Chateau</A>';
zlien[2][2] = '<A HREF="Church.php" CLASS=ejsmenu>Church</A>';
zlien[2][3] = '<A HREF="Fishing.php" CLASS=ejsmenu>Fishing</A>';
zlien[2][4] = '<A HREF="Villas.php" CLASS=ejsmenu>Villas</A>';

zlien[3][0] = '<A HREF="The_Confessionals.php" CLASS=ejsmenu>The Confessionals</A>';

zlien[4][0] = '<A HREF="The_D_day.php" CLASS=ejsmenu>The D day</A>';
zlien[4][1] = '<A HREF="Memories.php" CLASS=ejsmenu>Memories</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+79;

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>Tourist Information</I></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],28)" 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>Seaside Resort</I></center></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],55)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=20><A onClick="return(false)" onMouseOver="pop(zlien[2],51)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><I>Pictureesque village</I></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],83)" 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></center>Unusual Nature</I></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],108)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=20><A onClick="return(false)" onMouseOver="pop(zlien[4],111)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><center><I>6 june 1944</center></I></FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
