<!--

/*
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="#CCCCFF";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#b5dee0";
hdrBGColor="#41AAAF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#b5dee0";
linkTarget="_top";
linkAlign="left";
barBGColor="#41AAAF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#b5dee0";
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.cfainternational.org/index.html", "");
addItem("International Division", "http://www.cfainternational.org/division.html", "");
addItem("Colorclasses", "http://www.cfainternational.org/colorclass.html", "");
addItem("Shows", "http://www.cfainternational.org/shows.html", "");
addItem("Clerks", "http://www.cfainternational.org/clerks.htm", "");
addItem("Clubs Asian Division", "http://www.cfainternational.org/cluba.htm", "");
addItem("Clubs European Division", "http://www.cfainternational.org/club.htm", "");
addItem("Division Awards", "http://www.cfainternational.org/awards.htm", "");
addItem("Links", "http://www.cfainternational.org/links.html", "");
addItem("Email Directory", "http://www.cfainternational.org/listing.html", ""); 
addItem("Chat Room", "http://pub14.bravenet.com/chat/show.php?usernum=1138088620", "");
addHdr("Email Us");
addItem("Darrell Newkirk", "mailto:AbyJam@aol.com", "");
addItem("Liz Watson", "mailto:ldemw26@cox.net", "");
addItem("Dick Kallmeyer", "mailto:rhkallme@ix.netcom.com", "");
addItem("Oliver Grin", "mailto:oligri@hotmail.com", "");
addItem("Phebe Low", "mailto:", "");
addItem("Manfred Pszak", "mailto:manfred.pszak@img-klett.come", "");
addItem("Vera Chan", "mailto:autumnleafcat@yahoo.com.hk", "");
addHdr("External Links");
addItem("CFA", "http://www.cfainc.org/", "");
addHdr("Webmasters");
addItem("Rob Loot", "mailto:rloot@upcmail.nl", "");
addItem("Henny Wintershoven", "mailto:cattery@wintergarden.nl", "");



buildMenu();

//-->