<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // no quotes!!
XOffset=0;
staticYOffset=10; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220
 // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="gold";
hdrBGColor="#404040";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="gold";
linkBGColor="#606060";
linkOverBGColor="#808080";
linkTarget="_top";
linkAlign="Left";
barBGColor="#202020";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="gold";
barVAlign="center";
barWidth=50; // no quotes!!
barText="HIGH ENERGY PHOTOGRAPHY"; // <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]=["Home", "home.html", ""] //create header
ssmItems[1]=["Services and Prices", "services.html", ""]
ssmItems[2]=["Photo Order Form","forms/hep_order.pdf", ""]
ssmItems[3]=["Events", "events.html", ""]
ssmItems[4]=["", "", ""]
ssmItems[5]=["Photo Galleries", "galleries/index.html", ""]
ssmItems[6]=["-- Aviation Gallery", "galleries/aviation/index.html", ""]
ssmItems[7]=["-- Skating Galleries", "galleries/skating/index.html", ""]
ssmItems[8]=["---- Free Skating", "galleries/skating/Free/index.html", ""]
ssmItems[9]=["---- Ice Dance", "galleries/skating/Dance/index.html", ""]
ssmItems[10]=["---- Solo Dance", "galleries/skating/SoloDance/index.html", ""]
ssmItems[11]=["-- Scientific Gallery", "galleries/science/index.html", ""]
ssmItems[12]=["-- Wildlife Gallery", "galleries/wildlife/index.html", ""]
ssmItems[13]=["", "", ""]
ssmItems[14]=["Contact", "contact.html", ""]

buildMenu();

//-->
