// JavaScript Document

bgcolor='#BD1F1F';
bgcolor2='#5B5B5B';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:30; left:150px ')
document.write('#topgauche { position:absolute;  z-index:20; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
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="anglais/pratinf/locdir.php" CLASS=ejsmenu>Location and directions</A>';
zlien[0][1] = '<A HREF="anglais/pratinf/hours.php" CLASS=ejsmenu>Hours</A>';
zlien[0][2] = '<A HREF="anglais/pratinf/admissions.php" CLASS=ejsmenu>Admissions fees</A>';
zlien[0][3] = '<A HREF="anglais/pratinf/lodrest.php" CLASS=ejsmenu>Lodging and restoration</A>';
zlien[1][0] = '<A HREF="anglais/about/mandat.php" CLASS=ejsmenu>Mandate</A>';
zlien[1][1] = '<A HREF="anglais/about/historique.php" CLASS=ejsmenu>History</A>';
zlien[1][2] = '<A HREF="anglais/about/organisations.php" CLASS=ejsmenu>Organization</A>';
zlien[1][3] = '<A HREF="anglais/about/partenaires.php" CLASS=ejsmenu>Partners</A>';
zlien[2][0] = '<A HREF="anglais/exhibitions/exhienc.php" CLASS=ejsmenu>En cours</A>';
zlien[2][1] = '<A HREF="anglais/exhibitions/exhiant.php" CLASS=ejsmenu>Antérieures</A>';
zlien[3][0] = '<A HREF="anglais/activites/artrun.php" CLASS=ejsmenu>Art run</A>';
zlien[3][1] = '<A HREF="anglais/activites/youthwork.php" CLASS=ejsmenu>Youth workshops</A>';
zlien[3][2] = '<A HREF="anglais/activites/datarun.php" CLASS=ejsmenu>Data processing run</A>';
zlien[3][3] = '<A HREF="anglais/activites/guidtours.php" CLASS=ejsmenu>Guided tours</A>';
zlien[3][4] = '<A HREF="anglais/activites/conferences.php" CLASS=ejsmenu>Conferences</A>';
zlien[3][5] = '<A HREF="anglais/activites/guidexhi.php" CLASS=ejsmenu>Guided tours of exhibitions</A>';
zlien[3][6] = '<A HREF="anglais/activites/guestart.php" CLASS=ejsmenu>Guests artistes</A>';
zlien[4][0] = '<A HREF="anglais/members/villfri.php" CLASS=ejsmenu>Village friends</A>';
zlien[4][1] = '<A HREF="anglais/members/cielmemb.php" CLASS=ejsmenu>CIEL members</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 200;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#5B5B5B WIDTH=220><TR><TD><TABLE WIDTH=100% 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=2 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#BD1F1F WIDTH=200 HEIGHT=20><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=20>')
document.write('<tr><TD WIDTH=200 ALIGN=LEFT BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">PRATICAL INFORMATION</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=LEFT BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">ABOUT US</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=LEFT BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">EXHIBITIONS</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=LEFT BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">ACTIVITES</FONT></TD></tr>')
document.write('<tr><TD WIDTH=200 ALIGN=LEFT BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],80)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">MEMBERS</FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
