<!--
/*
Static Slide Menu Configuration Code
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=50; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=130; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#FFFFFF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana, Arial, Helvetica, Geneva, sans serif";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#E8C5C3";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="4";
linkBGColor="#CCCCCC";
linkFontFamily="Verdana";
linkFontSize="1";
linkFontColor="#FFFFFF";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#E8C5C3";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // 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[00]=["MAIN PAGE", "", ""] //create header
ssmItems[01]=["  Home", "index.htm", ""]
ssmItems[02]=["  Poems", "poems.htm", ""]
ssmItems[03]=["  Guestbook", "guestbook.htm", ""]
ssmItems[04]=["  Links", "links.htm", ""]
ssmItems[05]=["  E-Mail", "mailto:noone@yet.com", ""]
ssmItems[06]=["  In Appreciation", "index.htm", ""]
ssmItems[07]=["PICTURES", "", ""]
ssmItems[08]=["  Picture page 1", "pp1.htm", ""]
ssmItems[09]=["  Picture page 2", "pp2.htm", ""]
ssmItems[10]=["  Picture page 3", "pp3.htm", ""]
ssmItems[11]=["  Picture page 4", "pp4.htm", ""]
ssmItems[12]=["  Picture page 5", "pp5.htm", ""]
ssmItems[13]=["  Picture page 6", "pp6.htm", ""]
ssmItems[14]=["  Picture page 7", "pp7.htm", ""]

// create two column row (just for reference)
// ssmItems[7]=["FAQ", "http://www.target_url_here.com/faqs.htm", "", 1, "no"]
// ssmItems[8]=["Email", "http://www.target_url_here.com/contact.htm", "",1]


buildMenu();

//-->


