<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=165; // 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=175; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Times New Roman";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Times New Roman";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#999999";
barFontFamily="Times New Roman";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE 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]=["Menu"] //create header
ssmItems[1]=["Lobby", "/home.html", ""]
ssmItems[2]=["About", "",""] //create header
ssmItems[3]=["Bio", "/info.html", ""]
ssmItems[4]=["SOHO Services", "/ezsolutions.html", ""]
ssmItems[5]=["Events", "/events.html", ""]
ssmItems[6]=["Music Channels", "", ""] //create header

ssmItems[7]=["Mixes By Positive-Vibes", "/music.html", "", 1, "no"] //create two column row
ssmItems[8]=["Guest Mixes", "/guestmix.html", "",1]

ssmItems[9]=["Classic Garage 1", "/garage.html", "", 1, "no"] //create two column row
ssmItems[10]=["Classic Garage 2", "/garage2.html", "",1]

ssmItems[11]=["Underground", "/underground.html", "", 1, "no"] //create two column row
ssmItems[12]=["Classic Chicago House", "/chihouse.html", "",1]

ssmItems[13]=["Site Feature", "/feature/feature1.html", ""]

ssmItems[14]=["Visitors", "", ""] //create header

ssmItems[15]=["Sign Book", "http://htmlgear.lycos.com/guest/control.guest?u=easine&i=2&a=sign", "target=_blank", 1, "no"] //create two column row
ssmItems[16]=["View Book", "http://htmlgear.lycos.com/guest/control.guest?u=easine&i=2&a=view", "target=_blank",1]

//ssmItems[17]=["Message Board", "http://pub101.ezboard.com/bpositivevibes76408", "target=_blank"]
ssmItems[17]=["Snap Shots", "/faces.html", ""]
ssmItems[18]=["Links", "/links.html", ""]

ssmItems[19]=["Merchandise", "", ""] //create header
ssmItems[20]=["Positive-Vibes Apparel", "http://www.cafepress.com/15024", "target=_blank"]
buildMenu();

//-->