mainMenuColor="#FFFFFF";
menuItemColor="#080B75";
highlightColor="#006699";
borderWidth=1;
borderHeight=1;
paddingWidth=1;
paddingHeight=1;
itemWidth=175;
itemHeight=25;
hAlign="center";
vAlign="middle";
itemTagsOpen="<font face='arial' size='2' style='text-decoration:none;color:#FFFFFF' class='anchorClass'>";
itemTagsClose="</font>";
menuDelay=0.3;

addMenu(((document.body.scrollWidth - 780)/2)+281,53);
addMenuItem("About Us","/about.html","");
addMenuItem("Why Become a Member?","/why_become_a_member.html","");
addMenuItem("Our History","/jaycees_history.html","");
addMenuItem("Membership Inquiry","/join.html","");
addMenuItem("Homepage","/","");
drawMenus();

addMenu(((document.body.scrollWidth - 780)/2)+375,53);
addMenuItem("Membership Inquiry","/join.html","");
addMenuItem("Pay Dues","/paydues.html","");
addMenuItem("Events Calendar","calendar.html","");
addMenuItem("Photo Gallery","http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=169773579","_blank");
addMenuItem("Myspace Blog","http://blogs.myspace.com/index.cfm?fuseaction=blog.ListAll&friendId=169773579","_blank");
addMenuItem("Links of Interest","/links.html","");
drawMenus();

addMenu(((document.body.scrollWidth - 780)/2)+413,53);
addMenuItem("Contact Information","/contact.html","");
addMenuItem("Jax Board Members","/board.html","");
addMenuItem("Membership Inquiry","/join.html","");
addMenuItem("Pay Dues","/paydues.html","");
drawMenus();