<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
bodyWidth=(IE)?document.body.offsetWidth-10:window.innerWidth-20
YOffset=100; // no quotes!!
barWidth=18; // no quotes!!
XOffset=Math.floor(bodyWidth/2+barWidth/2-.5*bodyWidth)-1; // no quotes!!
staticYOffset=50; // no quotes!!
slideSpeed=10 // no quotes!! this sets the slide out speed
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
//hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="BLUE";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barText='Navigation Menu'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="../../images/grid1.gif" WIDTH="9" HEIGHT="9" BORDER=0 ALT="">'

///////////////////////////

// the menu items

addHdr("Menu", 1, "no");
addHdr(" ", 1);
addItem("Home", "home.htm", "")
addItem("Join", "join.htm","")
addItem("Whats New", "new.htm", "")
addItem("Videos", "Videos.htm", "")
addItem("Chat Room", "chat.htm", "")
addItem("Personals Ads ", "People-to-Meet.htm", "")
addItem("Lactation", "lactation.htm", "")
addItem("Photo Galleries", "gallery.htm", "")
addItem("Chat", "chat.htm", "")
addItem("Cuckolds", "cuckolds.htm", "")

// final step that builds the menu
buildMenu();

//-->