
bgcolor='#66CCFF';
bgcolor0='#E9967A'; //CC0000';
bgcolor1='#FF69B4'; //CC0000';
bgcolor2='#FF6347'; //CC0000';
bgcolor3='#48D1CC'; //CC0000';
bgcolor4='#FFA500'; //CC0000';
bgcolor5='#BC8F8F'; //CC0000';
bgcolor6='#00FF00'; //CC0000';
bgcolor7='#FFB6C1'; //CC0000';
bgcolor8='#D2691E'; //CC0000';
bgcolor9='#990000'; //CC0000';
bgcolor10='#CC3300'; //CC0000';
bgcolor11='#00CC00'; //CC0000';
zgcolor = new Array;
zgcolor[0] = '#E9967A'; //CC0000';
zgcolor[1] = '#FF69B4'; //CC0000';
zgcolor[2] = '#FF6347'; //CC0000';
zgcolor[3] = '#48D1CC'; //CC0000';
zgcolor[4] = '#FFA500'; //CC0000';
zgcolor[5] = '#BC8F8F'; //CC0000';
zgcolor[6] = '#00FF00'; //CC0000';
zgcolor[7] = '#FFB6C1'; //CC0000';
zgcolor[8] = '#D2691E'; //CC0000';
zgcolor[9] = '#990000'; //CC0000';
zgcolor[10] = '#CC3300'; //CC0000';
zgcolor[11] = '#00CC00'; //CC0000';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:5; }')
document.write('#topgauche { position:absolute; z-index:60; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:15"><DIV class=popper id=topdeck></DIV>');

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[6] = new Array;
zlien[0][0] = '<A HREF="http://unss62.org/general/01informations/unss62_service.htm" CLASS=ejsmenu>Service 62..</A>';
zlien[0][1] = '<A HREF="" CLASS=ejsmenu>Coordinateurs</A>';
zlien[1][0] = '<A HREF="" CLASS= ejsmenu>Pole promo...</A>';
zlien[1][1] = '<A HREF="http://UNSS62.ORG/20082009/02circulaires/AS/calend_apsa_0809 pole compet.doc" CLASS= ejsmenu>Pole Compét...</A>';
zlien[2][0] = '<A HREF="http://UNSS62.ORG/20082009/02circulaires/12circulaires.htm" CLASS=ejsmenu>Textes off..</A>';
zlien[2][1] = '<A HREF="http://UNSS62.ORG/general/07telecharger/feuille_de_match.htm" CLASS=ejsmenu>Feuille de match</A>';
zlien[3][0] = '<A HREF="http://UNSS62.ORG/20082009/09-resultats/result_20082009.htm" CLASS=ejsmenu>Sdas........</A>';
zlien[3][1] = '<A HREF="http://UNSS62.ORG/20082009/09-resultats/result_20082009.htm" CLASS=ejsmenu>Cmd.........</A>';
zlien[3][2] = '<A HREF="http://UNSS62.ORG/20082009/09-resultats/result_20082009.htm" CLASS=ejsmenu>Fiches......</A>';
zlien[4][0] = '<A HREF="https://www.unss.org/" CLASS=ejsmenu>National</A>';
zlien[5][0] = '<A HREF="http://UNSS62.ORG/20082009/07-joff/Courrier AS journee-dep JO 21-01-09.pdf" CLASS=ejsmenu>Formations 21/01</A>';
zlien[5][1] = '<A HREF="http://unss62.org/general/02circulaires/jeunes_off/fiche_suivi_district.htm" CLASS=ejsmenu>Formations intramuros</A>';
zlien[6][0] = '<A HREF="https://www.unss.org/" CLASS=ejsmenu>Unss National</A>';
zlien[6][1] = '<A HREF="http://www.unsslille.org/" CLASS=ejsmenu>Unss Académique</A>';
zlien[6][2] = '<A HREF="http://perso.orange.fr/unssnord/accueil.html" CLASS=ejsmenu>Unss 59</A>';
zlien[6][3] = '<A HREF="http://unssboulogne62.free.fr/" CLASS=ejsmenu>District Boulogne/Mer</A>';
zlien[6][4] = '<A HREF="http://smagghe.club.fr/index.html" CLASS=ejsmenu>District Calais</A>';
zlien[6][5] = '<A HREF="http://unss.stomer.free.fr" CLASS=ejsmenu>District St Omer</A>';
zlien[6][6] = '<A HREF="http://unsscalais.new.fr/" CLASS=ejsmenu>District Calais</A>';
zlien[6][7] = '<A HREF="http://www4.ac-lille.fr/~mbergerpas/as.html" CLASS=ejsmenu>Clg Berger-Pas-en Artois</A>';
zlien[6][8] = '<A HREF="http://epsrostand.free.fr/" CLASS=ejsmenu>Clg Rostand Marquise</A>';
zlien[6][9] = '<A HREF="http://aspasteuroignies.free.fr" CLASS=ejsmenu>Clg Pasteur Oignies</A>';
zlien[6][10] = '<A HREF="http://www.collegecassin.free.fr/guppy_unss07/" CLASS=ejsmenu>Clg Cassin Loos en Gohelle</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 = 40; 
/*
C EST LA POSITION EN DESSOUS DES TITRES
*/
function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
	skn.left = pos;
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=80><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='"+zgcolor[pass]+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=10><FONT SIZE=8 FACE=\"Arial\">  "+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=1 CELLSPACING=1 BGCOLOR=#FFCC00 WIDTH=600><TR><TD><TABLE CELLPADING=1 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=90 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=ejsmenu><FONT SIZE=1 FACE="Arial">Contacts</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[1],90)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[1],90)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Agenda</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor3+'\';pop(zlien[2],175)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[2],175)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Textes Ressources</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor4+'\';pop(zlien[3],270)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[3],270)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Sdas-Cmd-Fiches-Résults</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor5+'\';pop(zlien[4],350)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[4],350)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Intranet</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor7+'\';pop(zlien[5],440)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[5],440)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">JO</FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor8+'\';pop(zlien[6],520)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[6],520)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial">Liens</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')