posYmenu = 175;
bgcolor='#003463';
bgcolor2='#756C31';
bgcolor3='#003463';
posXmenu = 33;
document.write('<style type="text/css">');
document.write('.poppervert { 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:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></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[7] = new Array;
zlien[8] = new Array;
zlien[9] = new Array;
zlien[10] = new Array;
zlien[11] = new Array;
zlien[12] = new Array;

zlien[0][0] = '<A HREF="accueil.html" CLASS=ejsmenu>Nouveautés</A>';
zlien[0][1] = '<A HREF="popup_calenrenc2.html" CLASS=ejsmenu>Calendrier</A>';
zlien[0][2] = '<A HREF="archives.html" CLASS=ejsmenu>Archives</A>';
zlien[1][0] = '<A HREF="historique.html" CLASS=ejsmenu>Historique</A>';
zlien[1][1] = '<A HREF="prio.html" CLASS=ejsmenu>Priorités d actions</A>';
zlien[1][2] = '<A HREF="prirea.html" CLASS=ejsmenu>Principales réalisations</A>';
zlien[1][3] = '<A HREF="structure.html" CLASS=ejsmenu>Structure</A>';
zlien[1][4] = '<A HREF="membres.html" CLASS=ejsmenu>Membres</A>';
zlien[2][0] = '<A HREF="situa.html" CLASS=ejsmenu>Situation géographique</A>';
zlien[2][1] = '<A HREF="population.html" CLASS=ejsmenu>Population</A>';
zlien[2][2] = '<A HREF="acinduscom.html" CLASS=ejsmenu>Activité économique</A>';
zlien[3][0] = '<A HREF="entredem.html" CLASS=ejsmenu>Démarrage</A>';
zlien[3][1] = '<A HREF="entreexi.html" CLASS=ejsmenu>Entreprises existantes</A>';
zlien[3][2] = '<A HREF="defi2.html" CLASS=ejsmenu>Employabilité</A>';
zlien[4][0] = '<A HREF="ecosocinfo.html" CLASS=ejsmenu>Informations</A>';
zlien[4][1] = '<A HREF="serconseil.html" CLASS=ejsmenu>Services conseils</A>';
zlien[5][0] = '<A HREF="travauto.html" CLASS=ejsmenu>STA</A>';
zlien[5][1] = '<A HREF="jeunepromo.html" CLASS=ejsmenu>JP</A>';
zlien[5][2] = '<A HREF="fonddev.html" CLASS=ejsmenu>FDES</A>';
zlien[5][3] = '<A HREF="emploimtl.html" CLASS=ejsmenu>FDEM</A>';
zlien[5][4] = '<A HREF="bil2.html" CLASS=ejsmenu>BIL</A>';
zlien[5][5] = '<A HREF="fli.html" CLASS=ejsmenu>FLI</A>';
zlien[5][6] = '<A HREF="fonddispo.html" CLASS=ejsmenu>Nouveau fonds</A>';
zlien[6][0] = '<A HREF="bailleur.html" CLASS=ejsmenu>Bailleurs de fonds</A>';
zlien[6][1] = '<A HREF="parten2.html" CLASS=ejsmenu>Partenaires financiers</A>';
zlien[7][0] = '<A HREF="etudes2.html" CLASS=ejsmenu>Études</A>';
zlien[7][1] = '<A HREF="concertation.html" CLASS=ejsmenu>Concertation</A>';
zlien[7][2] = '<A HREF="acti.html" CLASS=ejsmenu>Activités</A>';
zlien[8][0] = '<A HREF="etudes.html" CLASS=ejsmenu>Études et outils</A>';
zlien[8][1] = '<A HREF="comm.html" CLASS=ejsmenu>Communiqués</A>';
zlien[8][2] = '<A HREF="autresdoc.html" CLASS=ejsmenu>Autres publications</A>';
zlien[8][3] = '<A HREF="palee2.html" CLASS=ejsmenu>PALÉE</A>';
zlien[8][4] = '<A HREF="infocdec.html" CLASS=ejsmenu>Bulletin INFO CDEC</A>';
zlien[9][0] = '<A HREF="liens.html" CLASS=ejsmenu>Liens</A>';
zlien[10][0] = '<A HREF="socform.html" CLASS=ejsmenu>Ateliers et formations</A>';
zlien[10][1] = '<A HREF="socare.html" CLASS=ejsmenu>Réseautage</A>';
zlien[10][2] = '<A HREF="concours1.html" CLASS=ejsmenu>Concours Ça bouge</A>';
zlien[10][3] = '<A HREF="const.html" CLASS=ejsmenu>Activités rue Jean-Talon</A>';
zlien[11][0] = '<A HREF="emploi.html" CLASS=ejsmenu>Carrières à la CDEC</A>';
zlien[11][1] = '<A HREF="placement.html" CLASS=ejsmenu>Placement assisté</A>';
zlien[11][2] = '<A HREF="emploipa.html" CLASS=ejsmenu>Emplois disponibles - Saint-Léonard / Anjou</A>';
zlien[12][0] = '<A HREF="equipe.html" CLASS=ejsmenu>Équipe</A>';
zlien[12][1] = '<A HREF="coord.html" CLASS=ejsmenu>Coordonnées</A>';


var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+157;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#49431D WIDTH=170><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><FONT SIZE=2 FACE=\"Arial\"><B>  "+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    sknvert.document.write(content);
	  sknvert.document.close();
	  sknvert.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
}
function kill()
{
	sknvert.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#49431D WIDTH=157><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Actualités</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[1],31)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[1],26)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Qui sommes-nous?</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[2],62)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[2],51)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Territoire</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[3],93)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[3],76)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Entreprises privées</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[4],124)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[4],101)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Entreprises collectives</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[5],155)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[5],126)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Programmes de financement</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[6],190)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[6],151)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Nos partenaires</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[7],221)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[7],176)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Dévelopement local</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[8],252)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[8],201)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Documentation</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[9],283)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=30><A onClick="return(false)" onMouseOver="pop(zlien[9],226)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Liens utiles</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[10],314)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=45><A onClick="return(false)" onMouseOver="pop(zlien[10],251)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Activités et formations</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[11],360)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=42><A onClick="return(false)" onMouseOver="pop(zlien[11],276)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Emplois</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor3+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[12],403)" onMouseOut="this.style.background=\''+bgcolor3+'\'" HEIGHT=35><A onClick="return(false)" onMouseOver="pop(zlien[12],301)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><B>Contact</B></FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')
