<!--

//alert(parseInt(document.all.fond.offsetHeight / 2)-75);

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

if (IE){
YOffset=parseInt(document.all.fond.offsetHeight / 2)-75; // no quotes!! 
}

if (NS){
YOffset=parseInt(window.innerHeight / 2)-75;
}

XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="#0000AD";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#0000AD";
linkOverBGColor="#0000DD";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#0000AD";
barVAlign="center";
barWidth=20; // no quotes!!
barText="INTRANET"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=[""] //create header
ssmItems[1]=["Le cours", "./intranet/cours.htm", "mainFrame"]
ssmItems[2]=["L'évaluation", "./intranet/evaluation.htm","mainFrame"]
ssmItems[3]=["Les travaux des étudiants", "./intranet/travaux_etu.htm", "mainFrame"]
ssmItems[4]=["Les mémoires", "./intranet/memoires.htm", "mainFrame"]
//ssmItems[4]=["", "#", "_new"]
//ssmItems[5]=["", "#", ""]

//ssmItems[6]=["", "", ""] //create header

//faire deux liens sur une seule ligne
//ssmItems[7]=["Test (QCM)", "#", "", 1, "no"] //create two column row
//ssmItems[8]=["Test 2", "#", "",1]


//ssmItems[9]=["autres options", "http://www.google.fr", "mainFrame"]
//ssmItems[10]=["autres options", "http://www.yahoo.fr", "mainFrame"]
ssmItems[5]=[""] //create header

buildMenu();

//-->