gauche5=10
haut5=10
target5 = '_self';

color51 = "#FFFFFF";
color52 = "#FFFFFF";
color53 = "#333333"; 

menutitre = new Array;
menulien = new Array;

menutitre[0]= 'Accueil'
menulien[0]= 'index.html'
menutitre[1]= 'Mot du président'
menulien[1]= 'motpresident.html'
menutitre[2]= 'Bureau'
menulien[2]= 'bureau.html'
menutitre[3]= 'Historique'
menulien[3]= 'historique.html'
menutitre[4]= "Appels d'offre"
menulien[4]= 'aof.html'
menutitre[5]= "Annonces diverses"
menulien[5]= 'infogenerales.html'
menutitre[6]= 'Liens utiles'
menulien[6]= 'liens.html'

document.write('<link rel=stylesheet type="text/css" href="./style.css">');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu() 
{
  if (ie4) {menu.style.pixelTop=document.body.scrollTop+haut5}
  else if (ns6) {document.getElementById("menu").style.top=window.pageYOffset+haut5}
  else if (ns4) {eval(document.menu.top=eval(window.pageYOffset+haut5));}
  if(ie4 || ns6 || ns4) setTimeout("placeMenu()",1);
}

window.onload = placeMenu;	
						
document.write('<DIV ID=menu>');	
document.write('<p align=center><a href=index.html><img src=images/srdlogo.gif height=130 width=200 border=0></a></p><br>');

document.write('<table bgcolor=#FBFDFB border=0 cellspacing=0 cellpadding=5 bordercolorlight=#000000 bordercolordark=#C0C0C0 WIDTH=180>')

for(a=0;a<menulien.length;a++)
 {
  document.write('<TR><TD align=center onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:pointer" onClick="window.open(\''+menulien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=2><B><A HREF="'+menulien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color53+'">'+menutitre[a]+'</A></B></FONT></TD></TR>');
 }

document.write('</TR></TABLE>');  

document.write('<font family=arial size=1>');
document.write('<br><br>Mise à jour : 26 février 2010');
document.write('<br><br><a href=mailto:francois.aubin@univ-fcomte.fr>Contact</a>');	
document.write('<br><br><a href=http://www.sfdermato.net target=_blank><img src=images/sfdlogo.jpg  border=0></a>');
document.write('</font>');

document.write('</DIV>');