<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=182; // no quotes!!
XOffset=0;
staticYOffset=30; // 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="a07e68";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#a07e68";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#ced3dd";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["Menu"] //create header
ssmItems[1]=["Home", "main.htm", "main"]
ssmItems[2]=["Portfolio", "portfolio.htm","main"]
ssmItems[3]=["Published Works", "works.htm", "main"]
ssmItems[4]=["Events", "events.htm", "main"]
ssmItems[5]=["Equine Portraits", "portraits.htm", "main"]
ssmItems[6]=["Store Locations", "stores.htm", "main"]
ssmItems[7]=["Pet Portraits", "pets.htm", "main"]
ssmItems[8]=["Causes I Support", "causes.htm", "main"]
ssmItems[9]=["Links", "links.htm", "main"]
ssmItems[10]=["Contact Us", "contact.htm", "main"]

buildMenu();

//-->
