<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=170; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=20; // no quotes!!
waitTime=200; // 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=170 // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#bbbeco";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PHOTOGRAPHIC 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]=["Services"] //create header
ssmItems[1]=["Business Portraits", "business.htm", ""]
ssmItems[2]=["Coprporate Events", "corporate.htm", ""]
ssmItems[3]=["Commercial Photos", "commercial.htm",""]
ssmItems[4]=["Weddings", "weddings.htm",""]
ssmItems[5]=["Family Portraits", "family.htm", ""]
ssmItems[6]=["Personal Portraits", "personal.htm", ""]
ssmItems[7]=["Sports", "sports.htm", ""]
ssmItems[8]=["Restoration/Retouching", "restoration.htm", ""]
ssmItems[9]=["View Your Event", "http://www.photoreflect.com/scripts/prsm.dll?storefront?b=1&c=03BV", ""]
ssmItems[10]=["Technical Services", "technical.htm", ""]
ssmItems[11]=["Contact Us/Links", "contact.htm", ""]
ssmItems[12]=["Return Home", "index.htm", ""]
buildMenu();

//-->