<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/

  var ns4up = (document.layers) ? 1 : 0;  // browser sniffer
  var ie4up = (document.all) ? 1 : 0;

  var doc_width = 800, doc_height = 600;
  
  if (ns4up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } 

  if (ie4up) {
    doc_width = document.body.clientWidth;
    doc_height = document.body.clientHeight;
  }

YOffset=150; // no quotes!!
staticYOffset=50; // no quotes!!
XOffset=0;
if (doc_width>800) {
  XOffset=Math.round((doc_width-800)/2); // no quotes!!
}
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FAAF2E";
menuIsStatic="yes";
menuWidth=280; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial"; //HEADER FONT
hdrFontSize="-1"; //HEADER FONT SIZE
hdrFontColor="#FFA845"; //HEADER FONT COLOR
hdrBGColor="#000000"; //HEADER BACKGROUND COLOR
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="-1";
linkBGColor="#553B10";
linkOverBGColor="#FAAF2E";
linkTarget="_top";
linkAlign="left";
barBGColor="#626462";
barFontFamily="Arial";
barFontSize="-1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText='NATALIE MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addHdr("Select category");
addItem("Home", "http://mistress.wildrose.net/welcome.html", "", 1, "no");
addItem("Members", "http://mistress.wildrose.net/members/", "", 1);
addItem("Join", "http://mistress.wildrose.net/join/", "", 1, "no");
addItem("Dictionary - intro", "http://mistress.wildrose.net/dictionary/", "", 1);
addItem("My Bio", "http://mistress.wildrose.net/bio.html", "", 1, "no");
addItem("Free pictures", "http://mistress.wildrose.net/free/", "", 1);
addItem("Fetish equipment", "http://mistress.wildrose.net/fetish_equipment/", "", 1, "no");
addItem("Live show", "http://mistress.wildrose.net/live_show/", "", 1);
addItem("Friends", "http://mistress.wildrose.net/friends/index.cgi", "", 1, "no");
addItem("Lessons - intro", "http://mistress.wildrose.net/lessons/", "", 1);
addItem("Links", "http://mistress.wildrose.net/bdsmlinks/index.cgi", "", 1, "no");
addItem("Special Events - intro", "http://mistress.wildrose.net/special_events/", "", 1);
addItem("Pic of the day", "http://mistress.wildrose.net/pod/", "", 1, "no");
addItem("", "", "", 1);

addHdr("If you already a member...");
addItem("Video", "http://mistress.wildrose.net/members/video/", "", 1, "no");
addItem("Pictures", "http://mistress.wildrose.net/members/photo_gallery/", "", 1);
addItem("Lessons", "http://mistress.wildrose.net/members/lessons/", "", 1, "no");
addItem("Dictionary", "http://mistress.wildrose.net/members/dictionary/", "",1);
addItem("Special Events", "http://mistress.wildrose.net/members/special_events/", "", 1, "no");
addItem("Wallpapers", "http://mistress.wildrose.net/members/wallpapers/", "",1);
addItem("Live Show", "http://mistress.wildrose.net/members/live_show/", "", 1, "no");
addItem("Pic of the day", "http://mistress.wildrose.net/members/pod/", "",1);

buildMenu();

//-->


