<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
Puplished For VB By Developer
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=2 // no quotes!!
waitTime=1; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=4;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#f2ec45";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="blue";
linkOverBGColor="#11325e";
linkTarget="_top";
linkAlign="Left";
barBGColor="#005d84";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Extra Options"; // <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]=["Forum Home", "http://www.abizaga.com/forums/index.php","_self"]
ssmItems[2]=["Daily Posts", "http://www.abizaga.com/forums/search.php?do=getdaily","_self"]
ssmItems[3]=["Rules", "http://www.abizaga.com/forums/rules.php","_self"]
ssmItems[4]=["Arcade", "http://www.abizaga.com/forums/arcade.php", "_self"]
ssmItems[5]=["Album", "http://www.abizaga.com/forums/album.php?", "_self"]
ssmItems[6]=["Awards", "http://www.abizaga.com/forums/awards.php?", "_self"]
ssmItems[7]=["Cliques", "http://www.abizaga.com/forums/group.php?", "_self"]
ssmItems[8]=["Ban List", "http://www.abizaga.com/forums/QA_Pen.php", "_self"]
ssmItems[9]=["Group Related"]

ssmItems[10]=["Roster", "http://www.abizaga.com/forums/crewmembers.php", "_self"]
ssmItems[11]=["Theme Song", "http://www.abizaga.com/forums/themesong.php", "_self"]
ssmItems[12]=["Member Card", "http://www.abizaga.com/forums/crewtag.php", "_self"]

buildMenu();

//-->

