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

YOffset=150; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // 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="#000000";		// outline color
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="000000";		// header bg color???
hdrBGColor="#FFFFFF";		// heater bg color???
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFFFFF";		 // menu item background color
linkOverBGColor="#CCCCCC";	// active link change color
linkTarget="_top";
linkAlign="left";
barBGColor="#CCCCCC";		// Vertical Bar Background color
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='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

addItem("Home", "../index.html", "");
addItem("Baby Leina", "index.html");
addItem("Pictures", "../pictures2.htm", "");
addItem("Little D's Page", "../littleD.html", "");
addItem("On the Ride In", "../books.htm", "");
addItem("Guests", "../guestbook.html", "");
addItem("Thoughts", "../index.html", "");
addItem("Archives", "../archives/archives.html", "");
addItem("PookaCam", "../pookacam.htm", "");
addItem("GuestMap", "../guestmap.htm", "");

buildMenu();




