<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=100; // 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=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#886009";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#F5D300";
linkTarget="_top";
linkAlign="Left";
barBGColor="#353A90";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="THE NAVIGATOR"; // <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]=["Main Sections"] //create header
ssmItems[1]=["The Lounge", "lounge.htm", ""]
ssmItems[2]=["Galleria", "galleria.htm",""]
ssmItems[3]=["Desktops", "desktops.htm", ""]
ssmItems[4]=["Tributes", "tributes.htm", ""]
ssmItems[5]=["Bombay", "bombay.htm", ""]
ssmItems[6]=["Shopping", "shopping.htm", ""]

ssmItems[7]=["Lyrics", "lyrics.htm", ""] //create two column row
ssmItems[8]=["BTRs", "btrs.htm", "_blank"]
ssmItems[9]=["Links", "links.htm", ""]
ssmItems[10]=["Jokes", "jokes.htm", ""]


ssmItems[11]=["Communicate", "", ""] //create header
ssmItems[12]=["Feedback", "slamform.htm", ""]
ssmItems[13]=["Comments", "comments.htm", ""]
ssmItems[14]=["Mail me", "mailto:swap@vsnl.com", ""]

buildMenu();

//-->