<!--

/*
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="Time New Roman"; //style de texte
hdrFontSize="2";
hdrFontColor="#00FF00"; //header text color
hdrBGColor="#000000"; //header BG Color
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Time New Roman";
linkFontSize="2";
linkBGColor="#76924F"; //lien BG color
linkOverBGColor="#00FF00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#76924F"; //Color BG MENU BUSTER
barFontFamily="Time New Roman";
barFontSize="2";
barFontColor="black"; //Color Texte MENU BUSTER
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU BUSTER"; // <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]=["Liens Rapides"] //create header
ssmItems[1]=["Accueil", "http://www.xboxbuster.com", ""]
ssmItems[2]=["", "",""]
ssmItems[3]=["", "", ""]
ssmItems[4]=["Forum", "http://www.xboxbuster.com/forum/", ""]
ssmItems[5]=["Seed Bonus", "http://www.xboxbuster.com/mybonus.php", ""]
ssmItems[6]=["", "", ""]

ssmItems[7]=["FAQ", "http://www.xboxbuster.com/faq.php", "", 1, "no"] //create two column row
ssmItems[8]=["", "", "",1]

ssmItems[9]=["Liens Externes", "", ""] //create header
ssmItems[10]=["", "", ""]
ssmItems[11]=["", "", ""]
ssmItems[12]=["", "", ""]

buildMenu();

//-->