<!--

/*
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="#17D296";
barVAlign="center";
barWidth=24; // no quotes!!
barText="SIDE 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]=["Home", "http://www.skinnydipping.org/toplist/index.php", ""]
ssmItems[2]=["Overall", "http://www.skinnydipping.org/toplist/index.php?p=8", ""]
ssmItems[3]=["Compact Top 100", "http://www.skinnydipping.org/compact.shtml",""]
ssmItems[4]=["Message Board", "http://www.egroupscafe.com/cgi-bin/ultimatebb.cgi", ""]
ssmItems[5]=["Free Web Cams", "http://www.adultegroupscafe.com/sexchat/", "_new"]
ssmItems[6]=["Free Movie Theatre", "http://theatre.adultegroupscafe.com", ""]
ssmItems[7]=["Free Daily Movie", "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[8]=["Free Online Games", "http://www.adultegroupscafe.com/butlersbubbly.html", ""]

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

ssmItems[11]=["Feedback", "http://www.adultegroupscafe.com/contact.html", "", 1, "no"] //create two column row
ssmItems[12]=["Link to Us", "http://www.adultegroupscafe.com/bannerfarm.htm", "",1]

ssmItems[13]=["About", "http://www.adultegroupscafe.com", "", 1, "no"] //create two column row
ssmItems[14]=["TGP", "http://www.skinnydipping.org/tgp/", "",1]

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



buildMenu();

//-->
