bgcolor='#efe9e5';
bgcolor2='#efe9e5';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.menu {color:#CC0000; text-decoration:none;font-size:11; font-family:Arial; font-weight:normal}')
document.write('A.menu {color:#4C4C4C; text-decoration:none;font-size:11; font-family:Arial; font-weigth:normal}')
document.write('</style>')
document.write('<div style="position:relative;height:150"><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[0][0] = '<A HREF="programmation.php" CLASS=menu>Programmation</A>';
zlien[0][1] = '<A HREF="conteurs.php" CLASS=menu>Grandes Gueules</A>';
zlien[0][2] = '<A HREF="viewpage.php?id=8" CLASS=menu>Concours de la plus grande menterie</A>';
zlien[0][3] = '<A HREF="viewpage.php?id=9" CLASS=menu>Prix Jocelyn Bérubé</A>';
zlien[0][4] = '<A HREF="viewpage.php?id=10" CLASS=menu>Café des conteurs</A>';
zlien[0][5] = '<A HREF="viewpage.php?id=11" CLASS=menu>Emplacement</A>';
zlien[0][6] = '<A HREF="viewpage.php?id=12" CLASS=menu>Réservations</A>';
zlien[0][7] = '<A HREF="viewpage.php?id=13" CLASS=menu>Forfaits</A>';
  

zlien[1][0] = '<A HREF="viewpage.php?id=22" CLASS=menu>Historique</A>';
zlien[1][1] = '<A HREF="viewpage.php?id=23" CLASS=menu>Location</A>';	

zlien[2][0] = '<A HREF="viewpage.php?id=19" CLASS=menu>Programmation</A>';
zlien[2][1] = '<A HREF="viewpage.php?id=20" CLASS=menu>Conteurs invités</A>';
zlien[2][2] = '<A HREF="viewpage.php?id=21" CLASS=menu>Réservation</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 = 48;

function pop(msg,pos,width)
{
skn.visibility = "hidden";
a=true 
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR=#ffffff ><TR><TD><TABLE WIDTH="+width+" BORDER=0 CELLPADDING=0 CELLSPACING=0>";
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\">&nbsp;&nbsp;&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";
}  
		

document.onclick = kill;  
/*
document.write('<DIV ID=topgauche>'); 
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff ><TR><TD>');
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff width=250><TR><TD>');
document.write('<TABLE CELLPADING=0 CELLSPACING=2 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD  ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=menu><FONT SIZE=1 FACE="Verdana">Le rendez-vous des Grandes Gueules</FONT></a></TD>')
document.write('</TR></TABLE></TD>')
document.write('</TR></TABLE></TD></TD>') 
document.write('<TD>  <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff width=150><TR><TD>');
document.write('<TABLE CELLPADING=0 CELLSPACING=2 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD  ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],250)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],300)" href=# CLASS=menu><FONT SIZE=1 FACE="Verdana">la forge à Bérubé</FONT></a></TD>')
document.write('</TR></TABLE></TD>')
document.write('</TR></TABLE></DIV></DIV>')
*/ 

