<!--

/*
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=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#1E1779";
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="2";
hdrFontColor="#1E1779";
hdrBGColor="#A68035";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFF99";
linkOverBGColor="#1E1779";
linkTarget="_top";
linkAlign="Left";
barBGColor="#A68035";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#1E1779";
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", "http://myrna.fortunecity.com/MilBall2007.html", ""]
ssmItems[2]=["2006 MilBall MO/KAN"] //create header
ssmItems[3]=["Photos Page1", "http://myrna.fortunecity.com/MilitaryBall2006/pg1.html", ""]
ssmItems[4]=["Photos Page2", "http://myrna.fortunecity.com/MilitaryBall2006/pg2.html", ""]
ssmItems[5]=["Photos Page3", "http://myrna.fortunecity.com/MilitaryBall2006/pg3.html", ""]
ssmItems[6]=["Photos Page4", "http://myrna.fortunecity.com/MilitaryBall2006/pg4.html", ""]
ssmItems[7]=["2007 Military Ball Mo-Kan"] //create header
ssmItems[8]=["Home", "http://myrna.fortunecity.com/MilBall2007.html", ""]
ssmItems[9]=["Volunteer Areas", "http://myrna.fortunecity.com/volunteers.html", ""] 
ssmItems[10]=["Donations", "http://myrna.fortunecity.com/donate.html", ""]
ssmItems[11]=["Donors", "http://myrna.fortunecity.com/donors.html", ""]
ssmItems[12]=["Mo-Kan Parents Clubs"] //create header
ssmItems[13]=["USNA", "http://www.usna-mokanpc.org", ""]
ssmItems[14]=["USAFA", "http://www.usafamokan.org", ""]
ssmItems[15]=["USMA (West Point)", "http://www.west-point.org/parent/wppc-kansas/", ""]
ssmItems[16]=["USNA Alumni Mo/Kan","http://www.usna.com/Chapters/US/Kansas/KansasCity/default.htm",""]
buildMenu();

//-->


















