<!--

/*
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="blacK";
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="#B8C8F9";
hdrBGColor="#6F8DD9";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#B8C8FE";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0069B3";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=50; // no quotes!!
barText=" MENU"; // <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 Yafox"] //create header
ssmItems[1]=["Recherches", "http://www.yafox.fr", ""]
ssmItems[2]=["Hébergement Img", "http://www.yafox.netau.net/hebergement/", ""]
ssmItems[3]=["Recommandez", "http://www.yafox.fr/recommandez.html", ""]
ssmItems[4]=["Partenaires", "http://www.yafox.fr/partenaires.html", ""]


ssmItems[5]=["Webmaster", "", ""] //create header
ssmItems[6]=["Contact", "http://www.yafox.netau.net/contact.php", ""]


ssmItems[7]=["Autres", "", ""] //create header
ssmItems[8]=["Nom de Domaine", "http://www.1and1.fr/?k_id=25448630", ""]
ssmItems[9]=["Reductions", "http://www.yafox.fr/reductions.html", ""]
ssmItems[10]=["Gmail", "http://mail.google.com/mail/?hl=fr&tab=wm", ""]

buildMenu();

//-->