posYmenu = 164;
bgcolor='#000000';
bgcolor2='#cccccc';
posXmenu = 10;
document.write('<style type="text/css">');
document.write('.popperorangina { 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:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popperorangina id=topdeckorangina></DIV>');
/*
LINKS
*/
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[0][0] = '<a href="index.html#whatsnew" class="ejsmenu">L&#146;Actualit&#233;</a>';
zlien[0][1] = '<a href="index.html" class="ejsmenu">Le Bureau</a>';
zlien[0][2] = '<a href="statuts.html" class="ejsmenu">Les Statuts</a>';
zlien[0][3] = '<a href="reglement.html" class="ejsmenu">Le R&#232;glement<br />&nbsp;&nbsp;int&#233;rieur</a>';
zlien[0][4] = '<a href="http://www.univ-brest.fr/geosciences/dada/mail.cgi/list/cfs/" class="ejsmenu" target="_blank">Les Messages<br />&nbsp;&nbsp; (Archives)</a>';
zlien[1][0] = '<a href="index.html" class="ejsmenu">Actualit&#233;s</a>';
zlien[1][1] = '<a href="index.html" class="ejsmenu">R&#233;unions CFS</a>';
zlien[1][2] = '<a href="index.html" class="ejsmenu">R&#233;unions<br />&nbsp;&nbsp;parrain&#233;es</a>';
zlien[1][3] = '<a href="index.html" class="ejsmenu">Excursions CFS</a>';
zlien[1][4] = '<a href="index.html" class="ejsmenu">Excursions<br />&nbsp;&nbsp;parrain&#233;es</a>';
zlien[2][0] = '<a href="liens.html" class="ejsmenu">Utiles</a>';
zlien[3][0] = '<a href="http://strati-info.blogspot.com/" class="ejsmenu" target="_blank">Dernier N&#176;</a>';
zlien[3][1] = '<a href="index.html#pdf" class="ejsmenu">Archives</a>';
zlien[4][0] = '<a href="javascript:openRTWindow(&#039;BG.htm&#039;)" class="ejsmenu">Pr&#233;sident</a>';
zlien[4][1] = '<a href="javascript:openRTWindow(&#039;MM.htm&#039;)" class="ejsmenu">Vice-Pr&#233;sident</a>';
zlien[4][2] = '<a href="javascript:openRTWindow(&#039;BF.htm&#039;)" class="ejsmenu">Secr&#233;taire</a>';
zlien[4][3] = '<a href="javascript:openRTWindow(&#039;CR.htm&#039;)" class="ejsmenu">Tr&#233;sori&#232;re</a>';
zlien[5][0] = '<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#114;&#117;&#110;&#111;.&#103;&#114;&#097;&#110;&#105;&#101;&#114;&#064;&#117;&#110;&#105;&#118;-&#098;&#114;&#101;&#115;&#116;.&#102;&#114;?&#115;&#117;&#098;&#106;&#101;&#099;&#116;=&#067;&#070;&#083; (&#067;&#111&#110;&#116;&#097;&#099;&#116;)" class="ejsmenu">Pr&#233;sident</a>';
zlien[5][1] = '<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#109;&#105;&#099;&#104;&#101;&#108;.&#109;&#111;&#117;&#108;&#108;&#097;&#100;&#101;@&#117;&#110;&#105;&#099;&#101;.&#102;&#114;?&#115;&#117;&#098;&#106;&#101;&#099;&#116;=&#067;&#070;&#083; (&#067;&#111&#110;&#116;&#097;&#099;&#116;)" class="ejsmenu">Vice-Pr&#233;sident</a>';
zlien[5][2] = '<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#098;&#114;&#117;&#110;&#111;_&#102;&#101;&#114;&#114;&#101;@&#121;&#097;&#104;&#111;&#111;.&#102;&#114;?&#115;&#117;&#098;&#106;&#101;&#099;&#116;=&#067;&#070;&#083; (&#067;&#111&#110;&#116;&#097;&#099;&#116;)" class="ejsmenu">Secr&#233;taire</a>';
zlien[5][3] = '<a  href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#097;&#114;&#105;&#110;&#101;.&#114;&#097;&#110;d&#111&#110;&#064;&#117;p&#109;&#099;.&#102;&#114;?&#115;&#117;&#098;&#106;&#101;&#099;&#116;=&#067;&#070;&#083; (&#067;&#111&#110;&#116;&#097;&#099;&#116;)" class="ejsmenu">Tr&#233;sori&#232;re</a>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknorangina = document.topdeckorangina }
else if (dom) { sknorangina = document.getElementById("topdeckorangina").style }
else if (iex) { sknorangina = topdeckorangina.style }
sknorangina.left = posXmenu+100;

function pop(msg,pos)
{
sknorangina.visibility = "hidden";
sknorangina.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FF9900 WIDTH=125><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=\"Verdana,Arial,Helvetica\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    sknorangina.document.write(content);
	  sknorangina.document.close();
	  sknorangina.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckorangina").innerHTML = content;
	  sknorangina.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckorangina").innerHTML = content;
	  sknorangina.visibility = "visible";
  }
}
function kill()
{
	sknorangina.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FF9900 WIDTH=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100%>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],1)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=# class="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>Le CFS</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#FF9900 HEIGHT=10></TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],38)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[1],38)" href=# class="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>&#201;v&#232nements</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#FF9900 HEIGHT=10></TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],75)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[2],75)" href=# class="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>Liens</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#FF9900 HEIGHT=10></TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],112)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[3],112)" href=# class="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>Strati-Info</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#FF9900 HEIGHT=10></TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],149)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[4],149)" href=# class="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>Courrier</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#FF9900 HEIGHT=10></TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],186)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[5],186)" href=# class="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>Courriels</B></FONT></a></TD></TR>')

document.write('</TABLE></TD></TR></TABLE></DIV>')
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
MODIFIE ET ADAPTE PAR B. GRANIER
http://www.editeurjavascript.com
*/

