gcolor='#737373';
bgcolor2='#DDDDDD';
bgcolor3='#999999';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:5; }')
document.write('#topgauche { position:absolute;  z-index:8; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>');
/* document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>'); */
document.write('<div style="position:relative;height:25" id="toto" onmouseover="clearTimeout(this.setattente);this.bye=false;" onmouseout="if (this.bye) {kill();} else {this.bye=true;this.setattente= setTimeout(\'toto.onmouseout()\',100);}"><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[5] = new Array;
zlien[0][0] = '<A HREF="festival.html" CLASS=ejsmenu>Y\'a d\'la voix 2012</A>';
zlien[0][1] = '<A HREF="festpresente.html" CLASS=ejsmenu>Présentation</A>';
zlien[0][2] = '<A HREF="festhisto.html" CLASS=ejsmenu>Historique</A>';
zlien[1][0] = '<A HREF="chpmqc.html" CLASS=ejsmenu>Les p\'tits matins qui chantent</A>';
zlien[1][1] = '<A HREF="chfacsml.html" CLASS=ejsmenu>Fac SiMiLa</A>';
zlien[1][2] = '<A HREF="chfelix.html" CLASS=ejsmenu>Felix Corassohn</A>';
zlien[2][0] = '<A HREF="cramerica.html" CLASS=ejsmenu>America... Me acuerdo...</A>';
zlien[2][1] = '<A HREF="crkinga.html" CLASS=ejsmenu>King A.</A>';
zlien[2][2] = '<A HREF="crabcdaire.html" CLASS=ejsmenu>Mon Abécédaire</A>';
zlien[2][3] = '<A HREF="crtchacpoum.html" CLASS=ejsmenu>Tchac Poum</A>';
zlien[3][0] = '<A HREF="diffzigzag.html" CLASS=ejsmenu>Zig Zag trio</A>';
zlien[3][1] = '<A HREF="diffmouche.html" CLASS=ejsmenu>Mouche ta muse</A>';
zlien[3][2] = '<A HREF="diffpartenariats.html" CLASS=ejsmenu>Partenariats</A>';
zlien[3][3] = '<A HREF="diffautres.html" CLASS=ejsmenu>Autres...</A>';
zlien[4][0] = '<A HREF="fojazzvocal.html" CLASS=ejsmenu>Jazz vocal</A>';
zlien[4][1] = '<A HREF="fotaketina.html" CLASS=ejsmenu>Taketina</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 = 25;

function pop(msg,pos)
{
skn.visibility = "hidden";
vskn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=";
if (pos<100) {content += "135"}
else if (pos<200) {content += "220"}
else if (pos<300) {content += "200"}
else if (pos<400) {content += "130"}
else if (pos<500) {content += "100"}
else if (pos<600) {content += "110"}
content += "><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor3+" onMouseOver=\"this.style.background='"+bgcolor2+"';fiatlux("+pos+")\" onMouseOut=\"this.style.background='"+bgcolor3+"';MM_swapImgRestore()\" HEIGHT=20><FONT SIZE=2 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (msg==''||msg[0]=='')content='';
fiatlux(pos);
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";
}

document.onClick = kill;

