<!--

/*
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=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="#464878";
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.5";
hdrFontColor="#948879";
hdrBGColor="#171a3d";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFFFFF";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="<IMG SRC='images/center_bg.jpg' border='0'>"; // <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]=["Menu"] //create header
ssmItems[1]=["Horoscope", "?do=horoscope", ""]
ssmItems[2]=["Compatibilité", "http://www.numerologie-online.com/index.php?itemplate=templates/compatibilite.html",""]
ssmItems[3]=["Prévisions quotidienne", "http://www.numerologie-online.com/index.php?itemplate=templates/prevquot.html", "_new"]
ssmItems[4]=["Prévisions annuelle", "http://www.numerologie-online.com/index.php?itemplate=templates/prevision_annuel.html", ""]

ssmItems[5]=["Nous joindre", "?do=joindre", "", 1, "no"] //create two column row
ssmItems[6]=["Nos liens", "?do=nos_liens", "",1]


buildMenu();

//-->