<!--

/*
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="#FF409F";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FF409F";
hdrBGColor="#4D1C51";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#39153E";
linkOverBGColor="#712877";
linkTarget="_top";
linkAlign="Left";
barBGColor="#4D1C51";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FF409F";
barVAlign="center";
barWidth=24; // no quotes!!
barText="SIDE MENU"; // <"http://www.skinnydipping.org/hi.gif"> 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]=["Directory Menu"] //create header
ssmItems[1]=["Home", "http://www.skinnydipping.org/toplist/index.php", ""]
ssmItems[2]=["Overall", "http://www.skinnydipping.org/toplist/index.php?p=8", ""]
ssmItems[3]=["Message Board", "http://www.egroupscafe.com/cgi-bin/ultimatebb.cgi", ""]
ssmItems[4]=["Adult Movie Theatre", "http://theatre.adultegroupscafe.com/", ""]
ssmItems[5]=["Free Stuff", "", ""] //create header
ssmItems[6]=["Live Panty Chat", "http://www.adultegroupscafe.com/sexchat/", "_new"]

ssmItems[7]=["Free Web Cams", "http://adultegroupscafe.streamray.com", "_new"]
ssmItems[8]=["Free Daily Video Clip", "http://freexxxvideoclip.aebn.net/index.cfm/fa/ClipViewerFull/tid/10536/console_id/3/genrestub/teen/color/0/genre_id/72/refid/AEBN-004844/.cfm", ""]
ssmItems[9]=["Free Online Games", "http://www.adultegroupscafe.com/butlersbubbly.html", ""]

ssmItems[10]=["Slots", "http://www.adultegroupscafe.com/slots.html", "", 1, "no"] //create two column row
ssmItems[11]=["Blackjack", "http://www.adultegroupscafe.com/blackjack.html", "",1]

ssmItems[12]=["Contact Us", "", ""] //create header
ssmItems[13]=["Feedback", "mailto:admin@adultegroupscafe.com", "", 1, "no"] //create two column row
ssmItems[14]=["Report", "http://www.adultegroupscafe.com/contact.html", "",1]


ssmItems[15]=["About", "http://www.adultegroupscafe.com", "", 1, "no"] //create two column row
ssmItems[16]=["Chat", "http://www.adultegroupscafe.com/chatroom/", "",1]

ssmItems[17]=["Manage Account", "", ""] //create header
ssmItems[18]=["Add Account", "http://www.skinnydipping.org/toplist/accounts.php", ""]
ssmItems[19]=["Edit Account", "http://www.skinnydipping.org/toplist/accounts.php?login",""]
ssmItems[20]=["Banner Farm", "http://www.adultegroupscafe.com/bannerfarm.htm", ""]
ssmItems[21]=["Start a Group", "http://groups.yahoo.com/start", ""]



buildMenu();

//-->