posYmenu = 130;
bgcolor='#DF9700';
bgcolor1='#FF00FF';
bgcolor2='#93D3FF';
bgcolor3='#0099FF';
bgcolor4='#33CC66';
bgcolor5='#FF9933';
bgcolor6='#FFFFCC';
bgcolor7='#FF3333';
bgcolor8='#FFFFCC';
needcenter =false;
if(!needcenter)
	posXmenu = 50;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(300/2);
	else
		posXmenu = (window.innerWidth/2)-(300/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
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 class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;


zlien[0][0] = '<A HREF="http://www.unss.org/" CLASS=ejsmenu>Portail UNSS</A>';


zlien[1][0] = '<A HREF="pages/2008/progdep0708.pdf" CLASS=ejsmenu>Projet Départemental</A>';


zlien[2][0] = '<A HREF="pages/feuma.htm" CLASS=ejsmenu>Feuilles de Match Sport-Co </A>';




zlien[3][0] = '<A <CLASS=ejsmenu></A>';


zlien[4][0] = '<A HREF="pages/offi.htm" CLASS=ejsmenu>Jeunes Officiels</A>';


zlien[5][0] = '<A CLASS=ejsmenu>ATHLETISME</A>';

zlien[5][7] = '<A HREF="pages/2008/reponsesquest.pdf" CLASS=ejsmenu>   *Reponses quest</A>';

zlien[5][12] = '<A  CLASS=ejsmenu>Danse</A>';

zlien[5][15] = '<A  CLASS=ejsmenu>Escalade</A>';



zlien[6][0] = '<A HREF="pages/2007/etablissements0708.pdf" CLASS=ejsmenu>Etablissements du 47</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 = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=180<TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor8+" onMouseOver=\"this.style.background='"+bgcolor8+"'\" onMouseOut=\"this.style.background='"+bgcolor8+"'\" HEIGHT=20><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";
}
document.onclick = kill;

document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=800><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=24><TR>')
document.write('<TD WIDTH=140 ALIGN=center BGCOLOR='+bgcolor1+' onMouseOver="this.style.background=\''+bgcolor1+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor1+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Liens</FONT></a></TD>')
document.write('<TD WIDTH=140 ALIGN=center BGCOLOR='+bgcolor2+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],140)" onMouseOut="this.style.background=\''+bgcolor2+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],140)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Infos</FONT></a></TD>')
document.write('<TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[2],280)" onMouseOut="this.style.background=\''+bgcolor3+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],280)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Documentation</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor4+' onMouseOver="this.style.background=\''+bgcolor4+'\';pop(zlien[3],400)" onMouseOut="this.style.background=\''+bgcolor4+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Actualités</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor5+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[4],500)" onMouseOut="this.style.background=\''+bgcolor5+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],500)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Formation</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor6+' onMouseOver="this.style.background=\''+bgcolor6+'\';pop(zlien[5],600)" onMouseOut="this.style.background=\''+bgcolor6+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],600)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Activités</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor7+' onMouseOver="this.style.background=\''+bgcolor7+'\';pop(zlien[6],700)" onMouseOut="this.style.background=\''+bgcolor7+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],700)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Districts</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')

