
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=584;
staticYOffset=35; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#989B41";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#989B41";
hdrBGColor="#4B4455";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkFontColor="FFFFCC";
linkBGColor="#FFFFFF";
linkOverBGColor="#4B4455";
linkTarget="_self";
linkAlign="Left";
barBGColor="#4B4455";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#989B41";
barVAlign="center";
barWidth=25; // no quotes!!
barText="M E N U"; // <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]=["Bienvenue sur le site<br>&nbsp;&nbsp;le meilleur du web"] //create header
ssmItems[1]=["Bienvenue", "http://lemeilleurduweb.iquebec.com/index.htm", ""]
ssmItems[2]=["Pens&eacute;e", "http://dedetraque007.iquebec.com/pensee/index.htm",""]
ssmItems[3]=["G&eacute;n&eacute;alogie", "http://lemeilleurduweb.iquebec.com/genealogie/Genealogie.htm", ""]
ssmItems[4]=["R&eacute;ponse &agrave; tout", "http://lemeilleurduweb.iquebec.com/reponse/index.htm", ""]
ssmItems[5]=["T&eacute;l&eacute;chargement", "http://lemeilleurduweb.iquebec.com/telechargement/index.htm", ""]
ssmItems[6]=["Jeux Flash", "http://dedetraque007.iquebec.com/jeux/flash/index.htm", ""]
ssmItems[7]=["Jeux Java", "http://lemeilleurduweb.iquebec.com/jeux/index.htm", ""]
ssmItems[8]=["Fond d&#146;&eacute;cran", "http://lemeilleurduweb.iquebec.com/font_ecran/index.htm", ""]
ssmItems[9]=["B&eacute;vue amusante", "http://lemeilleurduweb.iquebec.com/bevue/index.htm", ""]


buildMenu();

//-->
