posYmenu =105;
bgcolor='#009700';
bgcolor2='#F8F8F8';
posXmenu = 0;
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:#666666; text-decoration:none;}')
document.write('A.ejsmenu {color:#ffcc33; 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[0][0] = '<A HREF="/SiteGcob/grand-chanchellier/biographie.html" CLASS=ejsmenu>Biographie</A>';
zlien[0][1] = '<A HREF="/SiteGcob/grand-chanchellier/cabinet.html" CLASS=ejsmenu>Le Cabinet</A>';
zlien[0][2] = '<A HREF="/SiteGcob/grand-chanchellier/agenda.jsp" CLASS=ejsmenu>Agenda</A>';
zlien[0][3] = '<A HREF="/SiteGcob/grand-chanchellier/album.jsp" CLASS=ejsmenu>Album photo</A>';

zlien[1][0] = '<A HREF="/SiteGcob/institution/historique.html" CLASS=ejsmenu>Historique</A>';
zlien[1][1] = '<A HREF="/SiteGcob/institution/missions.html" CLASS=ejsmenu>Missions</A>';
zlien[1][2] = '<A HREF="/SiteGcob/institution/organisation.html" CLASS=ejsmenu>Organisation</A>';
zlien[1][3] = '<A HREF="/SiteGcob/institution/sg.html" CLASS=ejsmenu>Le S&eacute;cr&eacute;taire G&eacute;n&eacute;ral</A>';
zlien[1][4] = '<A HREF="/SiteGcob/institution/secretariat-general.html" CLASS=ejsmenu>Le Secr&eacute;tariat G&eacute;n&eacute;ral</A>';
zlien[1][5] = '<A HREF="/SiteGcob/institution/conseil-ordre-national.html" CLASS=ejsmenu>Le Conseil de l\'Ordre National</A>';
zlien[1][6] = '<A HREF="/SiteGcob/institution/conseil-ordre-merite.html" CLASS=ejsmenu>Le Conseil de l\'Ordre du M&eacute;rite Burkinab&eacute;</A>';

zlien[2][0] = '<A HREF="/SiteGcob/infos-pratiques/institution-ordres.html" CLASS=ejsmenu>Institution des Ordres</A>';
zlien[2][1] = '<A HREF="/SiteGcob/infos-pratiques/organisation-ordres.html" CLASS=ejsmenu>Organisation des Ordres</A>';
zlien[2][2] = '<A HREF="/SiteGcob/infos-pratiques/fonctionnement-ordres.html" CLASS=ejsmenu>Fonctionnement des Ordres</A>';
zlien[2][3] = '<A HREF="/SiteGcob/infos-pratiques/annuaire.html" CLASS=ejsmenu>Annuaire de l\'institution</A>';
zlien[2][4] = '<A HREF="/SiteGcob/infos-pratiques/formulaires.html" CLASS=ejsmenu>formulaires en ligne</A>';
zlien[2][5] = '<A HREF="/SiteGcob/infos-pratiques/hymne.html" CLASS=ejsmenu>Les Armoiries et l\'Hymne National</A>';
zlien[2][6] = '<A HREF="/SiteGcob/infos-pratiques/drapeau.html" CLASS=ejsmenu>L\'Embl&egrave;me et le Solf&egrave;ge</A>';
zlien[3][0] = '<A HREF="/SiteGcob/textes-fondamentaux/decrets.html" CLASS=ejsmenu>Les D&eacute;crets</A>';
zlien[3][1] = '<A HREF="/SiteGcob/textes-fondamentaux/arretes.html" CLASS=ejsmenu>Les Arr&ecirc;t&eacute;s </A>';
zlien[4][0] = '<A HREF="/SiteGcob/autres-sites/sites-institutionnels.html" CLASS=ejsmenu>Sites Institutionnels</A>';
zlien[4][1] = '<A HREF="/SiteGcob/autres-sites/sites-institutions-soeurs.html" CLASS=ejsmenu>Sites d\'institutions soeurs </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+150;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=180><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=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+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=2 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% >')

document.write('<TR><TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'; kill()" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=35><A href=/SiteGcob/index.jsp CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Accueil</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=120 ALIGN=center HEIGHT=10><hr></TD></TR>')

document.write('<TR><TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],66)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=35><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Le Grand Chanchelier</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=120 ALIGN=center HEIGHT=10><hr></TD></TR>')

document.write('<TR><TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],122)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=35><A onClick="return(false)" onMouseOver="pop(zlien[1],26)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>L\'Institution</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=120 ALIGN=center HEIGHT=10><hr></TD></TR>')

document.write('<TR><TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],178)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=35><A onClick="return(false)" onMouseOver="pop(zlien[2],51)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Infos pratiques</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=120 ALIGN=center HEIGHT=10><hr></TD></TR>')

document.write('<TR><TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],224)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=35><A onClick="return(false)" onMouseOver="pop(zlien[3],76)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Textes fondamentaux</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=120 ALIGN=center HEIGHT=10><hr></TD></TR>')

document.write('<TR><TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],280)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=35><A onClick="return(false)" onMouseOver="pop(zlien[4],111)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Autres sites</B></FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=120 ALIGN=center HEIGHT=10><hr></TD></TR>')

document.write('<TR><TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\'; kill()" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=35><A href=mailto:gcob@gcob.gov.bf CLASS=ejsmenu><img src="/system/modules/template/resources/gcob/images/ecrire.jpg" border="0"><FONT SIZE=1 FACE="Verdana"><B>Ecrivez nous!</B></FONT></a></TD></TR>')

document.write('</TABLE></TD></TR></TABLE></DIV>')



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
