var url = "http://www.horacemannalumni.org";
var target = "";
var AlumniMenu = new MS_Menu();

with(AlumniMenu){

	// set style variables
	bgColor = "#c80000";
	bgColorOver = "#FFFFFF";
	topFontFamily = "Arial,sans-serif";
	topFontSize = "8pt";
	topFontColor = "#FFFFFF";
	topFontWeight = "bold";
	fontFamily = "Arial,sans-serif";
	fontSize = "8pt";
	fontSizeMac = "9pt";
	fontColor = "white";
	fontColorOver = "black";
	borderWidth = "1px";
	borderColor = "black";
	itemWidth = "125px";
	itemHeight = "20px";
	htmlBetweenTopItems = "</td></tr><tr><td height='40'>";
	offsetLeft = "100px";
	offsetTop = "-30px";
	
	BEGIN();
	
		POPUP ("Alumini Home","/main.htm", "" , "/images/btn_alumni_home_0.gif", "/images/btn_alumni_home_0.gif");
			BEGIN();
				MENUITEM ("Contact Us","/staff.htm", "" ); 
				MENUITEM ("Directions","/directions.htm", "" ); 
				MENUITEM ("Feedback","/feedback.cfm", "" ); 
			END();
		POPUP ("Graduate Resources and Directory","/directory/modpage.cfm", "" , "/images/btn_graduate_resources_0.gif", "/images/btn_graduate_resources_0.gif");
			BEGIN();
				MENUITEM ("Login","/directory/login.cfm","");
				MENUITEM ("First Time Login","/directory/firsttime.cfm","");
				MENUITEM ("Search Directory","/directory/searchtest.cfm","");
				MENUITEM ("Update My Record","/directory/modpage2.cfm","");
				MENUITEM ("Post a Classnote","/directory/classnote.cfm","");
				MENUITEM ("View Classnotes","/directory/viewclassnotes.cfm","");
				MENUITEM ("Classnotes Archive","/directory/archiveclassnotes.cfm","");
				MENUITEM ("Memorials","/directory/memorials.cfm","");
				MENUITEM ("Bulletin Board","/directory/bulletinboard.cfm","");
				MENUITEM ("View Lost Contacts","/directory/lostcontacts.htm","");
				MENUITEM ("Identify a Lost Graduate","/directory/ident.cfm","");
				MENUITEM ("Become a Class Agent","/volunteerform.cfm","");
			END();
		POPUP ("News and Events",".", "" , "/images/btn_news_events_0.gif", "/images/btn_news_events_0.gif");
			BEGIN();
				MENUITEM ("Current News","/displaynews.cfm","");
				MENUITEM ("Upcoming Events","/events.htm","");
				MENUITEM ("Recent Events","/pastevents.htm","");
				MENUITEM ("Alumni Bulletin Board","/alumni_bulletin.htm","");
			END();
		POPUP ("Volunteer Opportunities","/volunteer.htm", "" , "/images/btn_volunteer_0.gif", "/images/btn_volunteer_0.gif");
			BEGIN();
				MENUITEM ("Volunteer Information","/volunteer.htm","");
				MENUITEM ("Become a Volunteer","/volunteerform.cfm","");
			END();
		POPUP ("Philanthropy","/philanthropy.htm", "" , "/images/btn_philanthropy_0.gif", "/images/btn_philanthropy_0.gif");
			BEGIN();
				MENUITEM ("Annual Fund 2011","/AnnualFund.htm","");
				MENUITEM ("Capital Giving","/CapitalGifts.htm","");
				MENUITEM ("Ways of Giving","/Ways_Giving.htm","");
				MENUITEM ("FAQs","/FAQ.htm","");
				MENUITEM ("Make A Gift to Annual Fund 2011","https://secure5.webfirst.com/horacemann/giveagift.cfm","");
				MENUITEM ("Learn More About Giving","/giving.cfm","");
			END();
		POPUP ("Alumni Council","/alumnicouncil.htm", "" , "/images/btn_alumni_council_0.gif", "/images/btn_alumni_council_0.gif");
			BEGIN();
				MENUITEM ("Award for Distinguished Achievement","/award.htm","");
			END();
		POPUP ("Internship Program","/internshippgm.htm", "" , "/images/btn_internshippgm_0.gif", "/images/btn_internshippgm_0.gif");
			BEGIN();
				MENUITEM ("Internship Program","/internshippgm.htm","");
			END();
		// POPUP ("Horace Mann Authors","/authors.htm", "" , "/images/btn_authors_0.gif", "/images/btn_authors_0.gif");
			//BEGIN();
				// MENUITEM ("Horace Mann Authors","/authors.htm","");
				// MENUITEM ("Bookshelf","/bookshelf.htm","");
			// END();
	END();
}	
