posYmenu = 164;
bgcolor='#000000';
bgcolor2='#cccccc';
posXmenu = 20;
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:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></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[6] = new Array;
zlien[7] = new Array;
zlien[0][0] = '<A HREF="index.html" CLASS="ejsmenu">Actualit&#233;s</A>';
zlien[0][1] = '<A HREF="statuts.html#bureau" CLASS="ejsmenu">Le Bureau</A>';
zlien[0][2] = '<A HREF="http://www.univ-brest.fr/geosciences/dada/mail.cgi/list/GFC/" CLASS="ejsmenu" target="_blank">Les Messages<br>(Archives)</A>';
zlien[0][3] = '<A HREF="index.html#lettres" CLASS="ejsmenu">&quot;Lettres&quot;</A>';
zlien[0][4] = '<A HREF="index.html#comptes" CLASS="ejsmenu">CR des AG</A>';
zlien[0][5] = '<A HREF="statuts.html" CLASS="ejsmenu">Les Statuts</A>';
zlien[1][0] = '<A HREF="reunions.html" CLASS="ejsmenu">R&#233;unions GFC</A>';
zlien[1][1] = '<A HREF="reunions.html#parrain" CLASS="ejsmenu">R&#233;unions parrain&#233;es</A>';
zlien[1][2] = '<A HREF="excursions.html" CLASS="ejsmenu">Excursions GFC</A>';
zlien[1][3] = '<A HREF="excursions.html#parrain" CLASS="ejsmenu">Excursions parrain&#233;es</A>';
zlien[1][4] = '<A HREF="archives.html" CLASS="ejsmenu">Souvenirs</A>';
zlien[2][0] = '<A HREF="Vraconnien.html" CLASS="ejsmenu">Vraconnien</A>';
zlien[3][0] = '<A HREF="liens.html" CLASS="ejsmenu">=:^)</A>';
zlien[4][0] = '<A HREF="membres.html" CLASS="ejsmenu">Les Membres</A>';
zlien[4][1] = '<A HREF="membres.html#2004" CLASS="ejsmenu">2004</A>';
zlien[4][2] = '<A HREF="membres.html#2005" CLASS="ejsmenu">2005</A>';
zlien[4][3] = '<A HREF="membres.html#2006" CLASS="ejsmenu">2006</A>';
zlien[4][4] = '<A HREF="specialistes.html" CLASS="ejsmenu">Les Sp&#233;cialistes</A>';
zlien[4][5] = '<A HREF="pdf/ficheannugfc.pdf" target="_blank" CLASS="ejsmenu">Fiche Annuaire (57k)</A>';
zlien[5][0] = '<A HREF="pdf/bulladhegfc.pdf" target="_blank" CLASS="ejsmenu">Fiche Adh&#233;sion (72k)</A>';
zlien[6][0] = '<A HREF="&#109;&#097;&#105;&#108;&#116;&#111;:&#103;&#114;&#111;she&#110;y&#064;illite.u-strasbg.&#102;&#114;?&#115;&#117;&#098;&#106;&#101;&#099;&#116;=&#071;&#070;&#067; (&#067;&#111&#110;&#116;&#097;&#099;&#116; &#066;&#117;&#114;&#101;&#097;&#117;)" CLASS="ejsmenu">Bureau</A>';
zlien[6][1] = '<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;=&#071;&#070;&#067; (&#067;&#111&#110;&#116;&#097;&#099;&#116; &#201;&#100;&#105;&#116;&#101;&#117;&#114;)" CLASS="ejsmenu">&#201;diteur</A>';
zlien[7][0] = '<A HREF="http://hal.archives-ouvertes.fr/hal-00458130/fr/" CLASS="ejsmenu" target="_blank">Excursion 1977</A>';
zlien[7][1] = '<A HREF="http://hal.archives-ouvertes.fr/hal-00281196/fr/" CLASS="ejsmenu" target="_blank">Excursion 1992</A>';
zlien[7][2] = '<A HREF="http://hal.archives-ouvertes.fr/hal-00458128/fr/" CLASS="ejsmenu" target="_blank">Excursion 2005</A>';
zlien[7][3] = '<A HREF="http://hal.archives-ouvertes.fr/hal-00452109/fr/" CLASS="ejsmenu" target="_blank">Excursion 2008</A>';
zlien[7][4] = '<A HREF="http://hal.archives-ouvertes.fr/hal-00458128/fr/" CLASS="ejsmenu" target="_blank">Excursion 2009</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+100;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#00CCCC 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=2 FACE=\"Verdana,Arial,Helvetica\"><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=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#00CCCC 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 GFC</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#00CCCC 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=#00CCCC 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>"Workshops"</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#00CCCC 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>Liens utiles</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#00CCCC 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>Annuaire</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#00CCCC 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>Adh&#233;rer</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#00CCCC HEIGHT=10></TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],223)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[6],223)" href=# CLASS="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>Courriels</B></FONT></a></TD></TR>')

document.write('<TR><TD WIDTH=100 BGCOLOR=#00CCCC HEIGHT=10></TD></TR>')

document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],260)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[7],260)" href=# CLASS="ejsmenu"><FONT SIZE=2 FACE="Verdana,Arial,Helvetica"><B>*ARCHIVES*</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
*/
