<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=0; // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000066";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkfontcolor="white";
linkBGColor="#000066";
linkOverBGColor="#006666";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ARGOS";// <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]=["Le collège", "../college/clg.htm", ""]
ssmItems[1]=["Le CDI Médiathèque", "../cdim/cdim.htm",""]
ssmItems[2]=["La vie pédagogique", "../viepedag/vieped.htm", ""]
ssmItems[3]=["Les pages des élèves", "../eleves/pagelev.htm", "_new"]
ssmItems[4]=["Visite virtuelle", "../photos/photos.htm", ""]

ssmItems[5]=["", "", ""] //create header
ssmItems[6]=["Accueil", "../Welcome.htm", ""]
ssmItems[7]=["Contact", "mailto:web.0931723t@ac-creteil.fr?SUBJECT=Mail réservé aux échanges concernant le site du collège Langevin-Wallon", ""] 
ssmItems[8]=["Livre d'or", "http://www.swisstools.net/guestbook.asp?id=3025", "_new"]
ssmItems[9]=["Enquête", "../mailform.htm", ""]
ssmItems[10]=["Plan du site", "../sitemap.htm", ""]
ssmItems[11]=["Nouveau", "../new.htm", ""]
ssmItems[12]=["FTP", "../ftp/ftp.htm", ""]
ssmItems[13]=["Rechercher", "../moteurs.htm", ""]
ssmItems[14]=["Liens", "../liens.htm", ""]


buildMenu();

//-->
