<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=5; // no quotes!!
XOffset=0;
staticYOffset=60; // 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="1";
hdrFontColor="white";
hdrBGColor="#9900ff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#9966cc";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE NAVIGATION"; // <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.html", ""]
ssmItems[2]=["About Us"] //create header
ssmItems[3]=["Our Story", "ourstory.htm", ""]
ssmItems[4]=["Our Song", "oursong.htm", ""]
ssmItems[5]=["Photo & Video Gallery", "photo_gallery.htm", ""]
ssmItems[6]=["Incredimail"] //create header
ssmItems[7]=["Download Letters", "im.htm", ""]
ssmItems[8]=["Zune Wallpaper"] //create header
ssmItems[9]=["Donwload Wallpaper", "zuneweb/zune.htm", ""]
ssmItems[10]=["Crochet Stuff"] //create header
ssmItems[11]=["Crochet Patterns", "crochet.htm", ""]
ssmItems[12]=["Recent Projects", "crochet1.htm", ""]
ssmItems[13]=["Guest Book"] //create header
ssmItems[14]=["Sign", "http://htmlgear.tripod.com/guest/control.guest?u=williejohn&i=1001&a=sign", "", 1, "no"] //create two column row
ssmItems[15]=["View", "http://htmlgear.tripod.com/guest/control.guest?u=williejohn&i=1001&a=view", "", 1]
ssmItems[16]=["Contacts"] //create header
ssmItems[17]=["Webmaster", "mailto:webmaster@johnsonsplace.com", ""]

buildMenu();

//-->