// JavaScript Document
// http://www.editeurjavascript.com/forum/topic,7,39784,0.html
// http://www.editeurjavascript.com/scripts/scripts_navigation_1_111.php
bgcolor='#000000';
bgcolor11='#E5E5E5';
bgcolor12='#F4F4F4';
bgcolor13='#666666';


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.ejsmenu {color:#FF0000; text-decoration:underline;}')
document.write('A.ejsmenu {color:#0000ff; text-decoration:none;}')
document.write('A:hover.ejsmenu1 {color:#000000; text-decoration:underline;}')

document.write('</style>')
document.write('<div style="position:relative;height:25"><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[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[0][0] = '<A HREF="../ingenieur/presentation.htm" CLASS=ejsmenu>Présentation</A>';
zlien[0][1] = '<A HREF="../ingenieur/admission_ing.htm" CLASS=ejsmenu>Voies d\'admission</A>';
zlien[0][2] = '<A HREF="../ingenieur/specialites_ing.htm" CLASS=ejsmenu>Spécialités</A>';
zlien[0][3] = '<A HREF="../ingenieur/perspectives_ing.htm" CLASS=ejsmenu>Diplômes & perspectives  </A>';
zlien[0][4] = '<A HREF="../ingenieur/approche_ing.htm" CLASS=ejsmenu>Approche pédagogique</A>';
zlien[0][5] = '<A HREF="../ingenieur/cursus_ing.htm" CLASS=ejsmenu>Cursus de formation</A>';
zlien[0][6] = '<A HREF="../ingenieur/programme_ing.htm" CLASS=ejsmenu>Programmes</A>';

zlien[1][0] = '<A HREF="../ts/presentation_ts.htm" CLASS=ejsmenu>Présentation</A>';
zlien[1][1] = '<A HREF="../ts/admission_ts.htm" CLASS=ejsmenu>Voies d\'admission</A>';
zlien[1][2] = '<A HREF="../ts/specialites_ts.htm" CLASS=ejsmenu>Spécialités</A>';
zlien[1][3] = '<A HREF="../ts/perspectives_ts.htm" CLASS=ejsmenu>Diplômes et perspectives</A>';
zlien[1][4] = '<A HREF="../ts/approche_ts.htm" CLASS=ejsmenu>Approche pédagogique</A>';
zlien[1][5] = '<A HREF="../ts/cursus_ts.htm" CLASS=ejsmenu>Cursus de formation</A>';
zlien[1][6] = '<A HREF="../ts/prog_ts.htm" CLASS=ejsmenu>Programmes</A>';

zlien[2][0] = '<A HREF="../fc/presentation_fc_cs.htm" CLASS=ejsmenu>Présentation</A>';
zlien[2][1] = '<A HREF="../fc/admission_ing_cs.htm" CLASS=ejsmenu>Voies d\'admission</A>';
zlien[2][2] = '<A HREF="../fc/specialite.htm" CLASS=ejsmenu>Spécialités</A>';
zlien[2][3] = '<A HREF="../ingenieur/perspectives_ing.htm" CLASS=ejsmenu>Diplômes et perspectives</A>';
zlien[2][4] = '<A HREF="../fc/approche_fc.htm" CLASS=ejsmenu>Approche pédagogique</A>';
zlien[2][5] = '<A HREF="../fc/cursus_ing_cs.htm" CLASS=ejsmenu>Cursus de formation</A>';
zlien[2][6] = '<A HREF="../ingenieur/programme_ing.htm" CLASS=ejsmenu>Programmes</A>';
//
zlien[3][0] = '<A HREF="../mastere/presentation_mba.htm" CLASS=ejsmenu>Exécutive MBA</A>';
//
zlien[4][0] = '<A HREF="../fc/presentation_fc.htm" CLASS=ejsmenu>Qualifiante</A>';
zlien[4][1] = '<A HREF="Promotionnelle.htm" CLASS=ejsmenu>Promotionnelle </A>';
zlien[4][2] = '<A HREF="certification.htm" CLASS=ejsmenu>Certifications</A>';
zlien[4][3] = '<A HREF="seminaires.htm" CLASS=ejsmenu>Séminaires</A>';
/*zlien[4][4] = '<A HREF="www.geocities.com/simulationdehockey16/" CLASS=ejsmenu>Informations utiles </A>';
zlien[4][5] = '<A HREF="www.geocities.com/simulationdehockey16/" CLASS=ejsmenu>Hockey Future</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 = 33;

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
	skn.left = pos;
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
	pass = 0
	while (pass < msg.length)
		{
			content += "<TR><TD BGCOLOR="+bgcolor11+" onMouseOver=\"this.style.background='"+bgcolor12+"'\" onMouseOut=\"this.style.background='"+bgcolor11+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">  "+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=700><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 BORDER=1 ALIGN=center BGCOLOR='+bgcolor+'  onMouseOver="this.style.background=\''+bgcolor13+'\';pop(zlien[0],0)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2px FACE="arial" color=#ffffff><b>Ingénieur</b></FONT></a></TD>')
document.write('<TD WIDTH=1 bgcolor=ffffff img src "hgjk.ghi" </TD>')
document.write('<TD WIDTH=100 height=34 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor13+'\';pop(zlien[1],139)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2px FACE="arial" color=#ffffff><b>Technicien supérieur</b></FONT></a></TD>')
document.write('<TD WIDTH=1 bgcolor=ffffff img src "hgjk.ghi" </TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor13+'\';pop(zlien[2],280)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=2px FACE="arial" color=#ffffff><b>cours du soir</b></FONT></a></TD>')
document.write('<TD WIDTH=1 bgcolor=ffffff img src "hgjk.ghi" </TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor13+'\';pop(zlien[3],420)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2px FACE="arial"color=#ffffff><b>Mastère</b></FONT></a></TD>')
document.write('<TD WIDTH=1 bgcolor=ffffff img src "hgjk.ghi" </TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor13+'\';pop(zlien[4],561)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=2px FACE="arial" color=#ffffff><b>Formation Continue</b></FONT></a></TD>')
//document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor13+'\';pop(zlien[5],500)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=2px FACE="arial" color=#ffffff>LIENS</FONT></a></TD>')
//document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor13+'\';pop(zlien[6],600)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[6],600)" href=# CLASS=ejsmenu><FONT SIZE=2px FACE="arial" color=#ffffff>AUTRES</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
