<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // 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="#660000";
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="Century Gothic";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="8";
linkFontFamily="Microsoft Sans Serif";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="center";
barBGColor="black";
barFontFamily="Century Gothic";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="GALLERY"; // <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]=["PHOTO"] //create header
ssmItems[1]=["2011", "2011photo.html", target="inline"]
ssmItems[2]=["2010", "2010photo1.html", target="inline"]
ssmItems[3]=["2009", "2009photo.html", target="inline"]
ssmItems[4]=["2008", "2008photo.html", target="inline"]



ssmItems[5]=["VIDEO", "", "","",] //create header
ssmItems[6]=["2010", "", target="MAIN"]
ssmItems[7]=["2009", "videogallery2.html", target="inline"]
ssmItems[8]=["2008", "videogallery3.html", target="inline"]
ssmItems[9]=["2007", "videogallery4.html", target="inline"]

buildMenu();

//-->
