<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=50; // 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="4";
hdrFontColor="black";
hdrBGColor="#008800";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="black";
linkOverBGColor="#000099";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000055";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="888888";
barVAlign="center";
barAlign="center";
barWidth=18; // no quotes!!
barText="SIDE 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]=["My Site"] //create header
ssmItems[1]=["Main Page", "../../index.shtml", ""]
ssmItems[2]=["About Me", "../../about/about.shtml", ""]
ssmItems[3]=["My Family", "../../family/family.shtml",""]
ssmItems[4]=["My Friends", "../../friends/friends.shtml", ""]
ssmItems[5]=["Photo Albums", "http://www.jedproducts.com/john/", "photos"]

ssmItems[6]=["Resume", "../../resume/resume.shtml", "", 1, "no"] //create two column row
ssmItems[7]=["Email", "mailto:john@dimaggiofamily.com", "",1]

ssmItems[8]=["Other Links", "", ""] //create header
ssmItems[9]=["JED Products", "http://www.jedproducts.com", "_JED"]
ssmItems[10]=["DiMaggio Family", "http://www.dimaggiofamily.com", "_DFC"]
ssmItems[11]=["Lake Village", "http://www.lakevillagearkansas.net", "_LV"]

buildMenu();

//-->