<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="5B31D3";
hdrBGColor="FFDDFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="F9A1F8";
linkOverBGColor="FFDDFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="9C1B9A";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="FFDDFF";
barVAlign="center";
barWidth=20; // 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]=["SECTIONS"] //create header
ssmItems[1]=["General", "./gen.htm", ""]
ssmItems[2]=["Dominant", "./Dom.htm", ""]
ssmItems[3]=["submissive", "./sub.htm", ""]
ssmItems[4]=["Mistress", "./mistress.htm", ""]
ssmItems[5]=["New Lifestylers", "./new.htm", ""]
ssmItems[6]=["Living D/s", "./living.htm", ""]

ssmItems[7]=["LINKS", "./links.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:webmaster@seekers.org.uk", "",1]

ssmItems[9]=["Safety", "./safety.htm", ""]
ssmItems[10]=["Switches", "./switches.htm", ""]
ssmItems[11]=["Rituals", "./rituals.htm", ""]
ssmItems[12]=["Reflections", "./reflections.htm", ""]
ssmItems[13]=["Library", "./library.htm", ""]
ssmItems[14]=["Disabled and BDSM", "./disabled.htm", ""]
ssmItems[15]=["Techniques", "./techniques.htm", ""]
ssmItems[16]=["Home", "./home.htm", ""]

buildMenu();

//-->