<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#B37E46";
hdrBGColor="#5E3118";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="B37E46";
linkOverBGColor="#FFFFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#5E3118";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#B37E46";
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://www.oakdalecowboymuseum.org/home.htm", ""]
ssmItems[2]=["Blog Bits", "http://cowboymuseum.blogspot.com/", "new"]
ssmItems[3]=["Our Mission", "http://www.oakdalecowboymuseum.org/our_mission.htm",""]
ssmItems[4]=["Events", "http://www.oakdalecowboymuseum.org/events.htm",""]
ssmItems[5]=["Information", "http://www.oakdalecowboymuseum.org/information.htm",""]
ssmItems[6]=["Memberships", "http://www.oakdalecowboymuseum.org/memberships.htm",""]
ssmItems[7]=["Souvenirs", "http://www.oakdalecowboymuseum.org/souvenirs.htm", ""]
ssmItems[8]=["Current Exhibit", "http://www.oakdalecowboymuseum.org/current_exhibit.htm", ""]
ssmItems[9]=["Traveling Exhibits", "http://www.oakdalecowboymuseum.org/traveling_exhibits.htm", ""]
ssmItems[10]=["Press Releases", "http://cowboymuseumpressrelease.blogspot.com/", "new"]
ssmItems[11]=["Phil Stadtler Book", "http://www.oakdalecowboymuseum.org/phil_stadtler_book.htm", ""]
ssmItems[12]=["Otis Rosasco Book", "http://www.oakdalecowboymuseum.org/otis_rosasco_book.htm", ""]
ssmItems[13]=["Cowboy Capital Challenge", "http://www.oakdalecowboymuseum.org/contest.htm", ""]
ssmItems[14]=["Ag Scholarship", "http://www.oakdalecowboymuseum.org/ag_scholarship.htm", ""]
ssmItems[15]=["Links", "http://www.oakdalecowboymuseum.org/links.htm", ""]
ssmItems[16]=["Email", "mailto:Christie@oakdalecowboymuseum.org", ""]



buildMenu();

//-->