<!--

/*
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=230; // 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="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MAIN 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]=["Music Menu"] //create header
ssmItems[1]=["Beer Barrel", "http://www.czechs.org/pages/beerbarrel.html", ""]
ssmItems[2]=["Clarinet", "http://www.czechs.org/pages/clarinet.html",""]
ssmItems[3]=["Three Yanks", "http://www.czechs.org/pages/3yanks.html",""]
ssmItems[4]=["Rio", "http://www.czechs.org/pages/rio.html",""]
ssmItems[5]=["Baby Doll", "http://www.czechs.org/pages/babydoll.html",""]
ssmItems[6]=["Julida", "http://www.czechs.org/pages/julida.html",""]
ssmItems[7]=["Barbara", "http://www.czechs.org/pages/barbara.html",""]
ssmItems[8]=["Chicken Polka", "http://www.czechs.org/pages/chicken.html",""]
ssmItems[9]=["Chicken Dance", "http://www.czechs.org/pages/chickd.html",""]
ssmItems[10]=["Honey", "http://www.czechs.org/pages/honey.html",""]
ssmItems[11]=["Mexico", "http://www.czechs.org/pages/mexico.html",""]
ssmItems[12]=["Red Raven", "http://www.czechs.org/pages/redraven.html",""]
ssmItems[13]=["Tinker", "http://www.czechs.org/pages/tinker.html",""]
ssmItems[14]=["In Heaven There is no Beer", "http://www.czechs.org/pages/inheaven.html",""]
ssmItems[15]=["Blue Skirt Waltz", "http://www.czechs.org/pages/blueskirt.html",""]
ssmItems[16]=["Pennsylvania Polka", "http://www.czechs.org/pages/pennslyvania.html",""]
ssmItems[17]=["Minnesota Polka", "http://www.czechs.org/pages/minnesota.html",""]
ssmItems[18]=["New Ulm Polka", "http://www.czechs.org/pages/newulm.html",""]
ssmItems[19]=["Red Rose", "http://www.czechs.org/pages/redrose.html",""]
ssmItems[20]=["Menu"] //create header
ssmItems[21]=["Home", "http://www.czechs.org", ""]
ssmItems[22]=["TOCA", "http://www.czechs.org/pages/toca.html", ""]
ssmItems[23]=["Officers", "http://www.czechs.org/pages/officers.html",""]
ssmItems[24]=["History", "http://www.czechs.org/pages/history.html", ""]
ssmItems[25]=["Objectives", "http://www.czechs.org/pages/objectives.html", ""]
ssmItems[26]=["Genealogy", "http://www.czechs.org/pages/genealogy.html", ""]
ssmItems[27]=["Membership", "http://www.czechs.org/pages/members.html", ""]
ssmItems[28]=["Newsletter", "http://www.czechs.org/pages/newsletter.html", ""]
ssmItems[29]=["Chat", "http://www.czechs.org/pages/chat.html",""]
ssmItems[30]=["Phrases", "http://www.czechs.org/pages/phrases.html",""]
ssmItems[31]=["Music", "http://www.czechs.org/pages/music.html",""]
ssmItems[32]=["Photographs", "http://www.czechs.org/pages/photo.html",""]
ssmItems[33]=["Guest Book", "http://www.czechs.org/pages/guest.html",""]

buildMenu();

//-->

