  



/*

Configure menu styles below

NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors

*/

YOffset=130; // no quotes!!

XOffset=3;

staticYOffset=40; // 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=220; // Must be a multiple of 10! no quotes!!

menuHeight=700; // Must be a multiple of 10! no quotes!!

menuCols=2;



hdrFontFamily="verdana";

hdrFontSize="2";

hdrFontColor="white";

hdrBGColor="black";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="20";



linkFontFamily="Arial, Helvetica, sans-serif";

linkFontSize="2";

linkBGColor="white";

linkOverBGColor="#FFFF99";

linkTarget="_top";

linkAlign="Left";



barBGColor="#535353";

barFontFamily="Arial, Helvetica, sans-serif";

barFontSize="2";

barFontColor="white";

barVAlign="center";

barWidth=20; // no quotes!!

barText="MAIN MENU"; // <IMG> tag supported. Put exact html for an image to show.

 



buildMenu();







 

