bgcolor='#ffffff';
bgcolor2='#ccccff';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topleft { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#214992; text-decoration:none;}')
document.write('A.ejsmenu {color:#000084; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:22" onmouseover="display()" onmouseout="hide()"><DIV class=popper id=topdeck></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="http://www.festivalwiltz.lu/Presentation_en.htm" CLASS=ejsmenu>Presentation</A>';
zlien[0][1] = '<A HREF="http://www.festivalwiltz.lu/Equipe_en.htm" CLASS=ejsmenu>Our Team</A>';

zlien[1][0] = '<A HREF="http://www.festivalwiltz.lu/Programme_en.htm" CLASS=ejsmenu>Programme</A>';
zlien[1][1] = '<A HREF="http://www.festivalwiltz.lu/Img/scene_plan.pdf"  target="_blank" CLASS=ejsmenu>Seats plan</A>';

zlien[2][0] = '<A HREF="http://www.festivalwiltz.lu/Invites_en.htm" CLASS=ejsmenu>Our guests</A>';
zlien[2][1] = '<A HREF="http://www.festivalwiltz.lu/Galerie_en.htm" CLASS=ejsmenu>Gallery</A>';

zlien[3][0] = '<A HREF="http://www.festivalwiltz.lu/Sponsors_en.htm" CLASS=ejsmenu>Sponsors</A>';
zlien[3][1] = '<A HREF="http://www.festivalwiltz.lu/Partenaires_Medias_en.htm" CLASS=ejsmenu>Media partners</A>';
zlien[3][2] = '<A HREF="http://www.festivalwiltz.lu/Partenaires_en.htm" CLASS=ejsmenu>Partners</A>';

zlien[4][0] = '<A HREF="http://www.festivalwiltz.lu/ContactNew_en.htm" CLASS=ejsmenu>Contact</A>';
zlien[4][1] = '<A HREF="http://www.festivalwiltz.lu/Noustrouver_en.htm" CLASS=ejsmenu>Find us</A>';
zlien[4][2] = '<A HREF="http://www.festivalwiltz.lu/InfosPratiques_en.htm" CLASS=ejsmenu>Practical</A>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);

if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 19;

function pop(msg,pos1,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff	 WIDTH=170><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
var pass = 0;
while (pass < msg.length)
	{		
	if (pos1==0){
		content += "<TR><TD BGCOLOR="+'#EED159'+" onMouseOver=\"this.style.background='"+'#FCEBB7'+"'\" onMouseOut=\"this.style.background='"+'#EED159'+"'\" HEIGHT=18><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	}else if (pos1==1){
	content += "<TR><TD BGCOLOR="+'#EED159'+" onMouseOver=\"this.style.background='"+'#FCEBB7'+"'\" onMouseOut=\"this.style.background='"+'#EED159'+"'\" HEIGHT=18><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	}else if (pos1==2){
	content += "<TR><TD BGCOLOR="+'#EED159'+" onMouseOver=\"this.style.background='"+'#FCEBB7'+"'\" onMouseOut=\"this.style.background='"+'#EED159'+"'\" HEIGHT=18><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	}else if (pos1==3){
		content += "<TR><TD BGCOLOR="+'#EED159'+" onMouseOver=\"this.style.background='"+'#FCEBB7'+"'\" onMouseOut=\"this.style.background='"+'#EED159'+"'\" HEIGHT=18><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	}else if (pos1==4){
		content += "<TR><TD BGCOLOR="+'#EED159'+" onMouseOver=\"this.style.background='"+'#FCEBB7'+"'\" onMouseOut=\"this.style.background='"+'#EED159'+"'\" HEIGHT=18><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	}
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
function hide()
{
document.getElementById("topdeck").style.visibility="hidden";
}

function display()
{
document.getElementById("topdeck").style.visibility='visible';
}
document.onclick= "visible";
document.onclick = kill;

document.write('<DIV ID=topleft><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=850><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=22><TR>')
document.write('<TD WIDTH=169 ALIGN=center BGCOLOR='+'#EED159'+' onMouseOver="this.style.background=\''+'#EED159'+'\';pop(zlien[0],0,0)" onMouseOut="this.style.background=\''+'#EED159'+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana" color="#000084">The Festival</FONT></a></TD>')
document.write('<TD WIDTH=169 ALIGN=center BGCOLOR='+'#EED159'+' onMouseOver="this.style.background=\''+'#EED159'+'\';pop(zlien[1],1,170)" onMouseOut="this.style.background=\''+'#EED159'+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],170)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana" color="#000084">Programme</FONT></a></TD>')
document.write('<TD WIDTH=169 ALIGN=center BGCOLOR='+'#EED159'+' onMouseOver="this.style.background=\''+'#EED159'+'\';pop(zlien[2],2,340)" onMouseOut="this.style.background=\''+'#EED159'+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],340)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana" color="#000084">History</FONT></a></TD>')
document.write('<TD WIDTH=169 ALIGN=center BGCOLOR='+'#EED159'+' onMouseOver="this.style.background=\''+'#EED159'+'\';pop(zlien[3],3,510)" onMouseOut="this.style.background=\''+'#EED159'+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],510)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana" color="#000084">Partnership</FONT></a></TD>')
document.write('<TD WIDTH=169 ALIGN=center BGCOLOR='+'#EED159'+' onMouseOver="this.style.background=\''+'#EED159'+'\';pop(zlien[4],4,680)" onMouseOut="this.style.background=\''+'#EED159'+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],680)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana" color="#000084">Contact</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
