bgcolor='#CC0000';
bgcolor2='#F30000';
bgcolor3='#FFFFFF';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#gauche { position:absolute;  z-index:10; }')
document.write('A:hover.lien {font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; font-size: 12px;}')
document.write('A.lien {font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; font-size: 12px;}')
document.write('A:hover.menu {font-family: Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; font-size: 13px; font-weight:bold;}')
document.write('A.menu {font-family: Arial, Helvetica, sans-serif; color:#CC0000; text-decoration:none; font-size: 13px; font-weight:bold;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><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[1][0] = '<A HREF="http://www.petanque-pasa.be/infos/histoire.php" CLASS=lien>Notre histoire</A>';
zlien[1][1] = '<A HREF="http://www.petanque-pasa.be/infos/palmares.php" CLASS=lien>Notre palmarès</A>';
zlien[1][2] = '<A HREF="http://www.petanque-pasa.be/infos/comite.php" CLASS=lien>Le comité</A>';
zlien[1][3] = '<A HREF="http://www.petanque-pasa.be/infos/statuts.php" CLASS=lien>Statuts et ROI</A>';
zlien[2][0] = '<A HREF="http://www.petanque-pasa.be/championnat/provinciale2.php" CLASS=lien>Pronviciale 2</A>';
zlien[2][1] = '<A HREF="http://www.petanque-pasa.be/championnat/promotion1.php" CLASS=lien>Promotion 1</A>';
zlien[2][2] = '<A HREF="http://www.petanque-pasa.be/championnat/veterans2.php" CLASS=lien>Vétérans 2</A>';
zlien[2][3] = '<A HREF="http://www.petanque-pasa.be/championnat/veterans6.php" CLASS=lien>Vétérans 6</A>';
zlien[2][4] = '<A HREF="http://www.petanque-pasa.be/championnat/adresses.php" CLASS=lien>Adresse des clubs</A>';
zlien[3][0] = '<A HREF="http://www.petanque-pasa.be/photos/" target="_blank" CLASS=lien>Photos</A>';
zlien[3][1] = '<A HREF="http://www.petanque-pasa.be/archives/presse/presse.php" CLASS=lien>Revue de presse</A>';
zlien[3][2] = '<A HREF="http://www.petanque-pasa.be/archives/europe2008/" target="_blank" CLASS=lien>Coupe d\'Europe 2008</A>';
zlien[4][0] = '<A HREF="http://www.petanque-pasa.be/infos/contact.php" CLASS=lien>Nous contacter</A>';
zlien[4][1] = '<A HREF="http://www.petanque-pasa.be/infos/newsletter.php" CLASS=lien>Newsletter</A>';
zlien[4][2] = '<A HREF="http://www.petanque-pasa.be/infos/guestbook.php" CLASS=lien>Livre d\'or</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 = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#CC0000 WIDTH=150><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>&nbsp;&nbsp;"+msg[pass]+"</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><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=500><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor+'\'" onMouseOut="this.style.background=\''+bgcolor3+'\'"><A href=http://www.petanque-pasa.be CLASS=menu>&nbsp;&nbsp;&nbsp;Accueil&nbsp;&nbsp;&nbsp;</a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor+'\';pop(zlien[1],461)" onMouseOut="this.style.background=\''+bgcolor3+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],461)" href=# CLASS=menu>&nbsp;&nbsp;&nbsp;Le club&nbsp;&nbsp;&nbsp;</a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor+'\';pop(zlien[2],558)" onMouseOut="this.style.background=\''+bgcolor3+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],558)" href=# CLASS=menu>&nbsp;Nos équipes&nbsp;</a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor+'\';pop(zlien[3],657)" onMouseOut="this.style.background=\''+bgcolor3+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],658)" href=# CLASS=menu>&nbsp;&nbsp;&nbsp;&nbsp;Archives&nbsp;&nbsp;&nbsp;&nbsp;</a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor+'\';pop(zlien[4],709)" onMouseOut="this.style.background=\''+bgcolor3+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],709)" href=# CLASS=menu>&nbsp;&nbsp;&nbsp;&nbsp;Contacts&nbsp;&nbsp;&nbsp;&nbsp;</a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
