Text     = '#FFFFFF'
bgcolor  = '#999999' // Couleur Arrière
bgcolor2 = '#ACD701' // Couleur Arrière Surbrillance
bgcolor3 = '#999999' // Couleur Bordure 
LargeurM = 50       // Largeur
HauteurM = 10       // Hauteur 
TailleM  =   2       // Taille Font
menu = new Array
i=0

menu[i++] = 'Départements'
menu[i++] = ''  
bgcolor5 ='#999999' // Couleur Arrière
bgcolor6 ='#ACD701' // Couleur Arrière Surbrillance
bgcolor4 ='#FFFFFF' // Couleur Bordure 
LargeurS = 200      // Largeur
HauteurS =  30      // Hauteur
TailleS  =   2      // Taille Font
zlien    = new Array
zlien[0] = new Array





i=0   
zlien[0][i++] = 'Informatique'
zlien[0][i++] = 'depinf/indexinfo.html'
zlien[0][i++] = 'Physique'
zlien[0][i++] = 'http://httpserv.univ-usto.dz/physique/index.html'
zlien[0][i++] = 'Chimie'
zlien[0][i++] = 'indexchimie.html'
zlien[0][i++] = 'Biotechnologie'
zlien[0][i++] = 'indexbiotech.html'
zlien[0][i++] = 'Mathématiques'
zlien[0][i++] = 'depmath/index.html'
zlien[0][i++] = 'Biologie Molléculaire'
zlien[0][i++] = 'indexbiologie.html'

//************ Fin des paramètres, Début du programme ************//

document.write('<style type="text/css">')
document.write('.popper {POSITION:absolute; LEFT:10px ; PADDING-TOP:200px; VISIBILITY:hidden; z-index:1; left:'+(LargeurM-1)+' }')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none; cursor:default;}') //cursor:default ou hand
document.write('</style>')
document.write('<div style="position:relative"><DIV class=popper id=topdeck></DIV>')
if(document.getElementById) { skn = document.getElementById("topdeck").style }
function pop(msg,pos)
{	skn.visibility = "hidden"
	skn.top = pos
	if(msg.length == 0) return
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR="+bgcolor4+" WIDTH="+LargeurS+"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
	pass = 0
	while(pass < msg.length)
	{	content += "<TR><TD BGCOLOR="+bgcolor5+" onMouseDown='location.href=\""+msg[pass+1]+"\"'CLASS=ejsmenu onMouseOver=\"this.style.background='"+bgcolor6+"'\" onMouseOut=\"this.style.background='"+bgcolor5+"'\" HEIGHT="+HauteurS+"><FONT SIZE="+TailleS+" FACE=Verdana><B> &nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
 		pass+=2
	}
	content += "</TABLE></TD></TR></TABLE>"
	document.getElementById("topdeck").innerHTML = content
	skn.visibility = "visible"
}
document.onclick = function() { if(document.getElementById) skn.visibility = "hidden" }
if(document.getElementById)
{	document.write('<DIV ID=topgauche><TABLE BORDER=0 bordercolor="#FFFFFF"CELLSPACING=0 BGCOLOR='+bgcolor3+' WIDTH='+LargeurM+' HEIGHT=10><TR><TD><TABLE BORDER=0 WIDTH=100% HEIGHT='+HauteurM*menu.length/2+'>')
	pass = 0
	while(pass < menu.length/2)
	{	document.write('<tr><TD WIDTH='+LargeurM+' ALIGN=center BGCOLOR='+bgcolor+' onMouseDown="" onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien['+pass+'],'+pass*HauteurM+')" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE='+TailleM+' FACE=Verdana><B>'+menu[pass*2]+'</B></FONT></TD></tr>')
		pass++
	}	
	document.write('</TABLE></TD></TR></TABLE></DIV>')
}
document.write('</div>')

