// (c) Ger Versluis 2000 version 5.00, 23 October 2003
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;
	var BaseHref="http://www.cookalumni.rutgers.edu/";

	var PopMenuSlide="";
	
	var PopMenuShadow="";
	
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.


///////////////////////////////////LEFT MENU BEGIN//////////////////////////
PopMenu1=new Array(		// global variables for PopMenu1
	8,			// number of main items
	0,			// Left position
	0,			// Top position
	"#FFFFFF",			// Normal font color
	"#008751",		// Normal back color
	"#FFFFFF",			// High font color
	"#008751",			// High back color
	"#008751",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	9,			// Font size
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0,			// Vertical overlap
	100,			// Delay
	0,			// Right to left unfold
	"navlocation",			// Target div - RelativeToLayer 
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/common/images/dotclear.gif",		// Arrow right - for netscape must have value or will show broken image 
	1,			// Arrow Width
	1,			// Arrow Height
	BaseHref+"/common/images/dotclear.gif",	// Arrow down - for netscape must have value or will show broken image 
	1,			// Arrow Width
	1,			// Arrow Height
	BaseHref+"/common/images/dotclear.gif",	// Arrow left - for netscape must have value or will show broken image 
	1,			// Arrow Width
	1,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	//HOME
	PopMenu1_1=new Array(
		"<img src='common/images/navbar/home.gif' width='31' height='20'>" ,	// ElementText 1
		"index.html",		// ElementLink 2
		"",		// ElementBgImage 3
		1,		// ElementNoOfSubElements 4
		20,		// ElementHeight 5
		77,		// ElementWidth 6
		"#008751",		// ElementBgColor 7
		"#008751",		// ElementBgHighColor 8
		"#FFFFFF",		// ElementFontColor 9 
		"#FFFFFF",		// ElementFontHighColor 10
		"#008751",		// ElementBorderColor 11
		"",		// ElementFontFamily 12 
		-1,		// ElementFontSize 13
		-1,		// ElementBold 14
		-1,		// ElementItalic 15 
		"center",		// ElementTextAlign 16
		"");		// ElementStatusText 17
	PopMenu1_1_1=new Array("Cook Alumni Home Page","index.html","","",18,160,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");

	// MEMBERSHIP
	PopMenu1_2=new Array("<img src='common/images/navbar/membership.gif' width='71' height='20'>","membership.html","",4,20,117,"#008751","#008751","#FFFFFF","#FFFFFF","#000000","",-1,-1,-1,"center","");	
		PopMenu1_2_1=new Array("Why Membership Matters","membership-matters.html","","",18,200,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Join Online","https://secure.entango.com/donate/RutgersAA07","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_2_3=new Array("Membership Form","pdfs/membership-form.pdf","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");	
		PopMenu1_2_4=new Array("Giving Back","giving-back.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");

	// WHO'S WHO
	PopMenu1_3=new Array("<img src='common/images/navbar/who.gif' width='64' height='20'>","whoswho.html","",7,20,110,"#008751","#008751","#FFFFFF","#FFFFFF","#000000","",-1,-1,-1,"center","");	
		PopMenu1_3_1=new Array("Cook Alumni Association","whoswho-alumni-assoc.html","","",18,200,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Office of Scholarships and Alumni Relations","ospar.html","","",32,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_3_3=new Array("Rutgers University Department of Alumni Relations","http://www.alumni.rutgers.edu/","","",32,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");	
		PopMenu1_3_4=new Array("Partners","partners.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_3_5=new Array("Class Pages","class-pages.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_3_6=new Array("Alumni Groups","alumni-groups.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_3_7=new Array("Young Alumni","young-alumni.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");		
		
		
	// EVENTS
	PopMenu1_4=new Array("<img src='common/images/navbar/events.gif' width='40' height='20'>","events.html","",5,20,86,"#008751","#008751","#FFFFFF","#FFFFFF","#008751","",-1,-1,-1,"center","");
		PopMenu1_4_1=new Array("Fish Fry & Reunions","fishfry.html","","",18,190,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_4_2=new Array("Ag Field Day","afd.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");		
		PopMenu1_4_3=new Array("Rutgers Gardens Programs","http://aesop.rutgers.edu/~rugardens/","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");		
		PopMenu1_4_4=new Array("Calendar of Events","upcoming.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");		
		PopMenu1_4_5=new Array("Alumni Association Meeting Schedule","committee-meetings.html","","",32,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");

	// AWARDS		
	PopMenu1_5=new Array("<img src='common/images/navbar/awards.gif' width='46' height='20'>","awards.html","",8,20,92,"#008751","#008751","#FFFFFF","#FFFFFF","#008751","",-1,-1,-1,"center","");	
		PopMenu1_5_1=new Array("George H. Cook Award: Undergraduate Alumni","ghcook.html","","",32,200,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_5_2=new Array("Dennis M. Fenton Award: Graduate Alumni ","fenton.html","","",32,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_5_3=new Array("Hall of Distinguished Alumni","hall.html","","",18,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_5_4=new Array("Graduation Speaker","speaker.html","","",18,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_5_5=new Array("Honorary Degree","honorary-degree.html","","",18,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");				
		PopMenu1_5_6=new Array("Scholarships","scholarships.html","","",18,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_5_7=new Array("Other","other-awards.html","","",18,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_5_8=new Array("Nomination Form","nomination.asp","","",18,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");		
		
	// RESOURCES		
	PopMenu1_6=new Array("<img src='common/images/navbar/resources.gif' width='65' height='20'>","resources.html","",6,20,111,"#008751","#008751","#FFFFFF","#FFFFFF","#008751","",-1,-1,-1,"center","");	
		PopMenu1_6_1=new Array("Jobs for Alumni","jobs.html","","",18,180,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_6_2=new Array("Links","links.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");	
		PopMenu1_6_3=new Array("Log Cabin & Alumni Pavilion","http://aesop.rutgers.edu/~rugardens/logcabin.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");	
		PopMenu1_6_4=new Array("Cook History Project","http://aesop.rutgers.edu/~cookhistory/","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");	
		PopMenu1_6_5=new Array("Bookstores and More","bookstores.html","","","","","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");	
		PopMenu1_6_6=new Array("Grant Application and Scholarships","grantscholarships.html","","",32,"","#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");	
		
	// NEWS	
	PopMenu1_7=new Array("<img src='common/images/navbar/news.gif' width='31' height='20'>","news.html","",3,20,77,"#008751","#008751","#FFFFFF","#FFFFFF","#008751","",-1,-1,-1,"center","");	
		PopMenu1_7_1=new Array("Green Print - Alumni Edition","green-print.html","","",18,180,"#E9EBC6","#1E4158","#000000","","","",-1,-1,-1,"","");
		PopMenu1_7_2=new Array("Cook/NJAES Press Releases","http://www.cooknjaes.rutgers.edu/news/","","","","","#E9EBC6","#1E4158","#000000","","","",-1,-1,-1,"","");
		PopMenu1_7_3=new Array("Cook in the News","cookinthenews.html","","","","","#E9EBC6","#1E4158","#000000","","","",-1,-1,-1,"","");
	
	// FAQ
	PopMenu1_8=new Array("<img src='common/images/navbar/faq.gif' width='21' height='20'>","faq.html","",1,20,67,"#008751","#008751","#FFFFFF","#FFFFFF","#008751","",-1,-1,-1,"center","");		PopMenu1_8_1=new Array("Campus Map","http://maps.rutgers.edu/maps/default.aspx?campus=6","","",18,175,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
		PopMenu1_8_1=new Array("Frequently Asked Questions","faq.html","","",32,120,"#E9EBC6","#1E583C","#000000","","","",-1,-1,-1,"","");
	
	