<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=70; // no quotes!!
XOffset=0;
staticYOffset=60; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
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="3";
hdrFontColor="#FFFCF7";
hdrBGColor="#2B2B89";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="#131370";
linkOverBGColor="#5959C6";
linkTarget="_top";
linkAlign="Left";
barBGColor="#32328D";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="top";
barWidth=30; // no quotes!!
barText=" 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", "../index.php?page=Home", ""]
ssmItems[2]=["History", "../index.php?page=History", ""]
ssmItems[3]=["YNB", "../index.php?page=yellow_notebooks", ""]
ssmItems[4]=["Body Members", "../index.php?page=Body_Members", ""]
ssmItems[5]=["Topics", "../index.php?page=Topics", ""]
ssmItems[6]=["Links", "../index.php?page=Links_page", ""]
ssmItems[7]=["Photos", "../Gallery/albums.php", ""]
ssmItems[8]=["Old Site", "../oldindex.html", ""]
ssmItems[9]=["Search", "../search.html", "", 1, "no"] //create two column row
ssmItems[10]=["Sitemap", "../index.php?page=sitemap", "",1]

buildMenu();

//-->
