<!--

/*
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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="gray";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="silver";
linkTarget="_self";
linkAlign="center";
barBGColor="#444444";
barFontFamily="verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=16; // no quotes!!
barText="MAIN 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]=["AudioXclusive"] //create header
ssmItems[1]=["Home", "http://audioxclusive.com/index.htm", ""]
ssmItems[2]=["AudioXclusive Photos", "http://audioxclusive.com/audioxclusivephotos3.asp", ""]
ssmItems[3]=["Project RSX", "http://audioxclusive.com/ProjectRSX.html",""]
ssmItems[4]=["Mobile Spec", "http://audioxclusive.com/mobilespec.asp", ""]
ssmItems[5]=["Links", "http://audioxclusive.com/links/links.html", ""]
ssmItems[6]=["Dan's Project Civic", "http://audioxclusive.com/dansprojectcivic.htm", ""]
ssmItems[7]=["Email Me", "mailto:dave@audioxclusive.com", ""]
ssmItems[8]=["Online Store", "http://audioxclusive.com/brands.htm", ""]
ssmItems[9]=["Terms of Sales", "http://audioxclusive.com/terms.htm", ""]

ssmItems[10]=["EXTERNAL LINKS", "", ""] //create header
ssmItems[11]=["BackMotorSports", "http://www.backmotorsports.com", ""]
ssmItems[12]=["The12Volt.com", "http://www.the12volt.com", ""]
ssmItems[13]=["Velocity Motor Sports", "http://www.velocitymotorsports.com", ""]
ssmItems[14]=["HostMySite.com", "http://www.hostmyite.com", ""]


buildMenu();

//-->