<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#B8B8E1";
menuIsStatic="yes";
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#B8B8E1";
hdrBGColor="#302F70";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#B8B8E1";
linkTarget="_top";
linkAlign="left";
barBGColor="#302F70";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#B8B8E1";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SIDEMENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("MENU");
addItem("Home", "http://www.cfamidwest.org/index.html", "");
addItem("Midwest Info", "http://www.cfamidwest.org/midwestinfo.html", "");
addItem("News", "http://www.cfamidwest.org/news.html", "");
addItem("Shows", "http://www.cfamidwest.org/shows.html", "");
addItem("Counts", "http://www.cfamidwest.org/counts.html", "");
addItem("Clerks", "http://www.cfamidwest.org/clerks.html", "");
addItem("Clubs", "http://www.cfamidwest.org/clubs.html", "");
addItem("Top Cats", "http://www.cfamidwest.org/cats.html", "");
addItem("Household Pets", "http://www.cfamidwest.org/hhp.html", "");
addItem("Show Photos", "http://www.cfamidwest.org/photos.html", "");
addItem("Midwest Region Awards", "http://www.cfamidwest.org/midwestregionawards.html", "");
addItem("Links", "http://www.cfamidwest.org/links.html", "");
addItem("Vendors", "http://www.cfamidwest.org/vendors.html", "");
addItem("Email Directory", "http://www.cfamidwest.org/listing.html", "");
addItem("Chat Room", "http://pub11.bravenet.com/chat/show.php?usernum=922796501&cpv=1", "");
addHdr("Email Us");
addItem("Email Alene Shafnisky", "mailto:MWR_RD@yahoo.com", "");
addItem("Email Webmaster", "mailto:leclubfur@aol.com", "");
addHdr("External Links");
addItem("CFA", "http://www.cfainc.org/", "");

buildMenu();

//-->

