 /*

 DHTML Menu version 3.3.19

 Written by Andy Woolley

 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.

 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com

 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and

 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page

 Comercial support contracts are available on request if you cannot comply with the above rules.

 This script featured on Dynamic Drive (http://www.dynamicdrive.com)

 */





//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files

CONTEXT = '';

menunum=0;

menus=new Array();

_d=document;



function addmenu() {

	menunum++;

	menus[menunum]=menu;

}



function dumpmenus(){

	mt="<script language=javascript>";

	for(a=1;a<menus.length;a++) {

		mt+=" menu"+a+"=menus["+a+"];"

	}

	mt+="<\/script>";

	_d.write(mt)

}



//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.


//old site
//var SECURE="https://studyabroad.rutgers.edu/";
//var SITE="http://studyabroad.rutgers.edu/";

//test site
var SITE="http://studyabroad.rutgers.edu/";
var SECURE="http://studyabroad.rutgers.edu/";
var NETSITE = "http://secure.rutgers.edu/saapplication/";

//development site
//var SITE="http://localhost:1443/StudyAbroad/";
//var SECURE="http://localhost:1443/StudyAbroad/";

//var SECURE="http://local.rsa.org:8080/";

//var SITE="http://local.rsa.org:8080/";

//var SECURE="http://rutgers.hubcitymedia.com/";

//var SITE="http://rutgers.hubcitymedia.com/";



////////////////////////////////////

// Editable properties START here //

////////////////////////////////////



// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

if(navigator.appVersion.indexOf("MSIE 6.0")>0)

{

	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

}

else

{

	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter

}





timegap=500				// The time delay for menus to remain visible

followspeed=5			// Follow Scrolling speed

followrate=40			// Follow Scrolling Rate

suboffset_top=10;		// Sub menu offset Top position 

suboffset_left=10;		// Sub menu offset Left position



style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.

"#000000",					// Mouse Off Font Color

"E7F4FF",				// Mouse Off Background Color

"ffffff",				// Mouse On Font Color

"006AA4",				// Mouse On Background Color

"E7F4FF",				// Menu Border Color 

"12px",						// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",					// Font Weight (bold or normal)

"Arial",	        	// Font Name

2,						// Menu Item Padding

"images/arrow.gif",// Sub Menu Image (Leave this blank if not needed)

,						// 3D Border & Separator bar

"66ffff",				// 3D High Color

"000099",				// 3D Low Color

"",			  			// Current Page Item Font Color (leave this blank to disable)

"",						// Current Page Item Background Color (leave this blank to disable)

"images/arrowdn.gif",// Top Bar image (Leave this blank to disable)

"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)

"000099",				// Menu Header Background Color (Leave blank if headers are not needed)

]



section = getCookie('section');

if( section != null ) { section = section.toLowerCase(); }



var logoutMenu = "";

role = getCookie('role');

if( role != null ) { role = role.toLowerCase(); }



//alert( "section = " + section + " role = " + role );



function openPayment() { 

	var features = 'height=550,width=550,scrollbars=yes';

	var url = SECURE + CONTEXT + "routing/PaymentForm.do";

	window.open( url, "paymentWindow", features, true );



}



function pushLogout( array ) { 

	array = array.concat( ["&nbsp;&nbsp;Logout&nbsp;&nbsp;",SITE + CONTEXT + "registration/Logout.aspx",,"logout",1] );

	return array;

}



function pushLogin( array ) { 

//	array = array.concat( ["&nbsp;&nbsp;Login&nbsp;&nbsp;",SITE + CONTEXT + "registration/Login.aspx",,"logon",1] );

	return array;

}



function addRSAMenu( array ) { 

	array = array.concat( ["&nbsp;&nbsp;My&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=myrsa",,"myrsa",1] );

	return array;

}



function addAdminHeading( array ) {

	array = array.concat( ["&nbsp;&nbsp;Admin&nbsp;&nbsp;&nbsp;","show-menu=myadmin",,"myadmin",1] );

	return array;

	

}



function addAdminMenu() { 

	addmenu(menu=["myadmin",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Enrollment&nbsp;Administration",SECURE + CONTEXT + "adminuser/enrollment/search.aspx",,,0

	]);

}



function addStudentMenu() { 

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Apply&nbsp;Now",SECURE + CONTEXT + "applynow/form0.aspx",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	])

}



function addParentMenu() { 

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	])

}



function addAlumniMenu() { 

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	])

}



function addFacultyMenu() { 

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	//,"Grades&nbsp;&amp;&nbsp;Transcripts",CONTEXT + "transcripts/ViewTranscript.do",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	])

}



function addDirectorMenu() { 

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	//,"Workbook",CONTEXT + "workbook/BeginWorkbook.do",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	])

}



//-------------------------------------------------------------------------------------------------->





//-----------------------------------------------student menu---------------------------------------->

if			(section == 'students') {

	var menuArray = ["mainmenu",68,20,,1,,style1,1,,,,1,,,,,,,,,,

	

	,"&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=programs",NETSITE + "programfinder/pf.aspx","program",1

	,"&nbsp;&nbsp;Navigating&nbsp;RSA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=navigatingrsa",,"myrsa",1

	,"&nbsp;&nbsp;Support&nbsp;Info&nbsp;&nbsp;&nbsp;",SITE + "return_support.html",,"support",1

	]

	if( role != 'deleted' && role != null && role != 'admin' ) { 

		menuArray = addRSAMenu( menuArray );

		//menuArray = menuArray.concat( ["&nbsp;&nbsp;My&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=myrsa",,"myrsa",1] );

	}

	

	if( role == 'admin' ) { 

		menuArray = addAdminHeading( menuArray );

	}

	

	if ( role != 'deleted' && role != null ) { 

		menuArray = pushLogout( menuArray ); 

	} else { 

		

		menuArray = pushLogin( menuArray ); 

	}

	

	addmenu(menu=menuArray)

	

//-------------------------------------------------------------login stuff

/**	

	if(role == 'student') {

		addmenu(menu=["myrsa",

		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,



		,"Apply&nbsp;Now",SECURE + CONTEXT + "onlineapp/BeginOnlineApp.do",,,0

		,"Application&nbsp;Status",SECURE + CONTEXT + "enrollment/ViewEnrollment.do",,,0

		,"Enrollment&nbsp;Report",SECURE + CONTEXT + "enrollment/EnrollmentReportForStudents.do",,,0

		,"Grades&nbsp;&amp;&nbsp;Transcripts",SECURE + CONTEXT + "transcripts/ViewTranscript.do",,,0

		,"Workbook",SECURE + CONTEXT + "workbook/BeginWorkbook.do",,,0

		,"Program&nbsp;Guides", SITE + "program_guide.html",,,0

		,"Edit&nbsp;Profile",SECURE + CONTEXT + "profile/EditProfile.do?method=read",,,0

		])



	}

**/

	if( role == 'admin' ) { 

		menuArray = addAdminHeading( menuArray );

		addAdminMenu();

	}



//	if( role != 'deleted' && role != null ) { 	

//		addmenu(menu=["logout",

//		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

//		,"Logout",SITE + CONTEXT + "registration/Logout.aspx",,,0

//		])

//	} else { 

////		addmenu(menu=["mystuff",

////		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

////		,"Login",SITE + CONTEXT + "registration/Login.aspx",,,0

////		])

//	}

//------------------------------------------------------------------

	addmenu(menu=["programs",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Tips for Choosing a Program",SITE + "program_tips.html",,,0

	,"Program Finder",NETSITE+ "programfinder/pf.aspx",,,0

	,"Australia",SITE + "program_australia.html",,,0

	,"Bolivia",SITE + "program_bolivia.html",,,0

	,"Belgium",SITE + "program_belgium.html",,,0

//,"Brazil",SITE +  "program_brazil.html",,,0

	,"Cayman Islands",SITE + "program_caymanislands.html",,,0

	,"China","show-menu=china",,,0

	,"Costa Rica",SITE + "program_costa_rica.html",,,0

	,"England/Scotland","show-menu=england",,,0		

	,"France","show-menu=france",,,0

	,"Germany","show-menu=germany",,,0

    	,"Ghana","program_ghana.html",,,0

	,"Greece","show-menu=greece",,,0

	,"Hungary and Romania",SITE + "program_hungary-romania.html",,,0

	,"India",SITE + "program_india.html",,,0

	,"Ireland",SITE + "program_ireland.html",,,0

	,"Israel",SITE + "program_israel.html",,,0

	,"Italy","show-menu=italy",,,0		

	,"Japan",SITE + "program_japan.html",,,0

	,"Kenya", "show-menu=kenya",,,0

	,"Mexico", "show-menu=mexico",,,0

	,"Morocco",SITE + "program_morocco.html",,,0

	,"Namibia",SITE + "program_namibia.html",,,0

	,"Netherlands",SITE + "program_netherlands.html",,,0
	
	,"Norway",SITE + "program_norway.html",,,0
	
	,"Russia",SITE + "program_russia-stp.html",,,0

	,"South Africa",SITE +  "program_southafrica.html",,,0

	,"South Korea",SITE + "program_south_korea.html",,,0

	,"Spain",SITE + "program_spain.html",,,0
	
//,"Thailand",SITE + "program_globalpact.html",,,0

	,"Turkey","show-menu=turkey",,,0


	])

	

	

	addmenu(menu=["navigatingrsa",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Pre-Admission","show-menu=preadmission",SITE +  "pre_admission.html",,0

	,"Post-Admission","show-menu=postadmission",SITE +  "post_admission.html",,0

	,"While&nbsp;Abroad","show-menu=whileabroad",SITE +  "while_abroad.html",,0

	,"Just&nbsp;Returned","show-menu=justreturned",SITE + "just_returned.html",,0

	,"Program Costs",SITE +  "cost.html",,,0

	,"Financial Aid",SITE +  "financial_aid.html",,,0

	,"Health&nbsp;&amp;&nbsp;Safety",SITE + "health_safety.html",,,0

	

	])

	

	addmenu(menu=["preadmission",

	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE +  "preadmin_faq.html",,,0

	])



	addmenu(menu=["postadmission",

	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE + "postadmin_faq.html",,,0

	])

	

	addmenu(menu=["whileabroad",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Culture Shock",SITE + CONTEXT+ "while_shock.html",,,0

	,"Reentry",SITE +  "while_reentry.html",,,0

	])

	

	addmenu(menu=["justreturned",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE + CONTEXT+ "return_faq.html",,,0

	,"Opportunities Back Home",SITE + "return_extending.html",,,0

	])


//addmenu(menu=["brazil",

//,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

//,"Brazil",SITE +  "program_brazil.html",,,0

//])


	addmenu(menu=["england",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Throughout the UK","show-menu=throughuk",SITE +  "program_uk_throughout.html",,0

	,"Theater Design and Production, London",SITE +  "program_uk_london.html",,,0

	])

	
	addmenu(menu=["turkey",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Ankara &mdash; Semester &amp; Year",SITE + "program_turkey_bilkent.html",,,0

	,"Istanbul &mdash; Semester &amp; Year",SITE +  "program_turkey.html",,,0

	])

	

	addmenu(menu=["throughuk",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Universities In London",SITE +  "program_uk_throughout_in_london.html",,,0

	,"Universities Near London",SITE + "program_uk_throughout_near_london.html",,,0

	,"Universities In Major Cities",SITE +  "program_uk_throughout_major.html",,,0

	,"Universities in Smaller Cities",SITE + "program_uk_throughout_smaller.html",,,0

	,"Universities In Scotland",SITE +  "program_uk_throughout_scotland.html",,,0

 	])



	addmenu(menu=["france",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Programs in Tours",SITE + "program_fr_tours.html",,,0

	,"Art History in Paris",SITE + "program_fr_arthistory.html",,,0

//,"Tours - Summer in European Studies",SITE + "program_fr_euro_tours.html",,,0
	
	,"Semester and Year Programs in Paris",SITE + "program_fr_paris-sfy.html",,,0

//,"TOURS-Summer in Medieval Studies",SITE + "program_fr_medival_tours.html",,,0
	
 	])


	addmenu(menu=["germany",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Semester & year programs in Constance",SITE + "program_gm_constance.html",,,0

	//,"Germanic Studies in Constance",SITE + "program_gm_germanic.html",,,0

	,"Landscape Architecture in Munich",SITE + "program_gm_munich.html",,,0
	,"FU-BEST Program-Berlin European Studies",SITE + "program_gm_berlin.html",,,0
	
	,"Berlin",SITE + "program_gm_berlin-yr-sp.html",,,0

	,"European Business School",SITE + "program_germany_ebs.html",,,0



	])


	addmenu(menu=["greece",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Summer semester in Greece",SITE +  "program_greece.html",,,0

	,"Athens",SITE +  "program_greece_allyear.html",,,0

	])

	
	addmenu(menu=["china",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"China-Jilin",SITE +  "program_jilin.html",,,0
	
	,"Summer semester in China",SITE +  "program_china.html",,,0

	])


	addmenu(menu=["italy",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Academic year program In Florence",SITE + "program_it_florence_yr.html",,,0

	,"Fall or Spring semester in Florence",SITE +  "program_it_florence_fs.html",,,0

	,"Art History - Summer semester in Rome",SITE +  "program_it_rome.html",,,0
	
	,"Landscape Architecture",SITE +  "program_italy_landscapearch.html",,,0
	
	,"John Cabot University",SITE +  "program_italy_rome_allyear.html",,,0

	])

	
	addmenu(menu=["kenya",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Koobi Fora",SITE + "program_kenya.html",,,0

//,"Swahili",SITE +  "program_swahili.html",,,0

	,"Primatology",SITE +  "program_primatology.html",,,0

	])


	addmenu(menu=["mexico",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Yucatan - Semester & Year",SITE + "program_mexico.html",,,0

	,"Yucatan - Winter Session",SITE +  "program_yucatan.html",,,0

	])


	addmenu(menu=["southafrica",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program in South Africa",SITE +  "program_southafrica.html",,,0

	])
	
	

	addmenu(menu=["diversions",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Featured&nbsp;Stories&nbsp;and&nbsp;Photos",SITE +  "div_stories.html",,,0

	,"Games&nbsp;",SITE + "div_games.html",,,0

	,"Shopping&nbsp;",SITE + "shopping.html",,,0

	])





}

//-----------------------------------------////////////////////////-------------------------

//-----------------------------------------///      PARENTS     ///-------------------------

//-----------------------------------------////////////////////////-------------------------



 else if	(section == 'parents') {

	var menuArray = ["mainmenu",68,20,,1,,style1,1,,,,1,,,,,,,,,,

	

	,"&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=programs",NETSITE+ "/programfinder/pf.aspx","program",1

	,"&nbsp;&nbsp;Navigating&nbsp;RSA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=navigatingrsa",,"myrsa",1

	,"&nbsp;&nbsp;Support&nbsp;Info&nbsp;&nbsp;&nbsp;",SITE + "return_support.html",,"support",1

	//,"&nbsp;&nbsp;Request&nbsp;Info",SITE +  "xxx.html",,"boards",1

	]

	if( role != 'deleted' && role != null && role != 'admin' ) { 

		menuArray = addRSAMenu( menuArray );



		//menuArray = menuArray.concat( ["&nbsp;&nbsp;My&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=myrsa",,"myrsa",1] );

	}

	

	if( role == 'admin' ) { 

		menuArray = addAdminHeading( menuArray );

		addAdminMenu();

	}



	if ( role != 'deleted' && role != null ) { 

		menuArray = pushLogout( menuArray ); 

	} else { 

		

		menuArray = pushLogin( menuArray ); 

	}

	

	addmenu(menu=menuArray)

	

//-------------------------------------------------------------login stuff

/**

if(role == 'parent')

 {

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	,"Edit&nbsp;Profile",SECURE + CONTEXT + "profile/EditProfile.do?method=read",,,0

	])

}

**/

if( role != 'deleted' && role != null ) { 	

	addmenu(menu=["logout",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Logout",SITE + CONTEXT + "registration/Logout.aspx",,,0

	])

} else { 

	addmenu(menu=["mystuff",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Login",SITE + CONTEXT + "registration/Login.aspx",,,0

	])

}



//------------------------------------------------------------------



	addmenu(menu=["programs",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Tips for Choosing a Program",SITE + "program_tips.html",,,0

	,"Program Finder",NETSITE+ "programfinder/pf.aspx",,,0

	,"Australia",SITE + "program_australia.html",,,0

	,"Bolivia",SITE + "program_bolivia.html",,,0

	,"Belgium",SITE + "program_belgium.html",,,0

//,"Brazil",SITE +  "program_brazil.html",,,0

	,"Cayman Islands",SITE + "program_caymanislands.html",,,0

	,"China","show-menu=china",,,0

	,"Costa Rica",SITE + "program_costa_rica.html",,,0

	,"England/Scotland","show-menu=england",,,0		

	,"France","show-menu=france",,,0

	,"Germany","show-menu=germany",,,0

        ,"Ghana",SITE + "progam_ghana.html",,,0

	,"Greece","show-menu=greece",,,0

	,"Hungary and Romania",SITE + "program_hungary-romania.html",,,0

	,"India",SITE + "program_india.html",,,0

	,"Ireland",SITE + "program_ireland.html",,,0

	,"Israel",SITE +  "program_israel.html",,,0

	,"Italy","show-menu=italy",,,0		

	,"Japan",SITE +  "program_japan.html",,,0

	,"Kenya", "show-menu=kenya",,,0

	,"Mexico", "show-menu=mexico",,,0

	,"Morocco",SITE + "program_morocco.html",,,0

	,"Namibia",SITE +  "program_namibia.html",,,0

	,"Netherlands",SITE + "program_netherlands.html",,,0
	
	,"Norway",SITE + "program_norway.html",,,0
	
	,"Russia",SITE + "program_russia-stp.html",,,0

	,"South Africa",SITE +  "program_southafrica.html",,,0

	,"South Korea",SITE +  "program_south_korea.html",,,0

	,"Spain",SITE +  "program_spain.html",,,0
	
//,"Thailand",SITE + "program_globalpact.html",,,0
	
	,"Turkey","show-menu=turkey",,,0

	])

	

	

	addmenu(menu=["navigatingrsa",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Pre-Admission","show-menu=preadmission",SITE + "pre_admission.html",,0

	,"Post-Admission","show-menu=postadmission",SITE + "post_admission.html",,0

	,"While&nbsp;Abroad","show-menu=whileabroad",SITE +  "while_abroad.html",,0

	,"Just&nbsp;Returned","show-menu=justreturned",SITE +  "just_returned.html",,0

	,"Program Costs",SITE +  "cost.html",,,0

	,"Financial Aid",SITE + "financial_aid.html",,,0

	,"Health&nbsp;&amp;&nbsp;Safety",SITE + "health_safety.html",,,0

	

	])

	

	addmenu(menu=["preadmission",

	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE + "preadmin_faq.html",,,0

	])



	addmenu(menu=["postadmission",

	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE + "postadmin_faq.html",,,0

	])

	

	addmenu(menu=["whileabroad",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Culture Shock",SITE + "while_shock.html",,,0

	,"Reentry",SITE + "while_reentry.html",,,0

	])

	

	addmenu(menu=["justreturned",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE +  "return_faq.html",,,0

	,"Opportunities Back Home",SITE +  "return_extending.html",,,0

	])


//addmenu(menu=["brazil",

//,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

//,"Brazil",SITE +  "program_brazil.html",,,0
	
//])


	addmenu(menu=["england",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Throughout the UK","show-menu=throughuk",SITE +  "program_uk_throughout.html",,0

	,"Theater Design and Production, London",SITE +  "program_uk_london.html",,,0

	])

	
	addmenu(menu=["turkey",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Ankara &mdash; Semester &amp; Year",SITE + "program_turkey_bilkent.html",,,0

	,"Istanbul &mdash; Semester &amp; Year",SITE +  "program_turkey.html",,,0

	])

	

	addmenu(menu=["throughuk",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Universities In London",SITE +  "program_uk_throughout_in_london.html",,,0

	,"Universities Near London",SITE +  "program_uk_throughout_near_london.html",,,0

	,"Universities In Major Cities",SITE + "program_uk_throughout_major.html",,,0

	,"Universities in Smaller Cities",SITE + "program_uk_throughout_smaller.html",,,0

	,"Universities In Scotland",SITE + "program_uk_throughout_scotland.html",,,0

 	])



	addmenu(menu=["france",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Programs in Tours",SITE +  "program_fr_tours.html",,,0

	,"Art History in Paris",SITE +  "program_fr_arthistory.html",,,0

//,"Tours - Summer in European Studies",SITE + "program_fr_euro_tours.html",,,0
	
	,"Semester and Year Programs in Paris",SITE + "program_fr_paris-sfy.html",,,0

//,"TOURS-Summer in Medieval Studies",SITE + "program_fr_medival_tours.html",,,0

 	])

 	

	addmenu(menu=["germany",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Semester & year programs in Constance",SITE + "program_gm_constance.html",,,0

	//,"Germanic Studies in Constance",SITE + "program_gm_germanic.html",,,0

	,"Landscape Architecture in Munich",SITE + "program_gm_munich.html",,,0
	,"FU-BEST Program-Berlin European Studies",SITE + "program_gm_berlin.html",,,0
	
	,"Berlin",SITE + "program_gm_berlin-yr-sp.html",,,0

,"European Business School",SITE + "program_germany_ebs.html",,,0

	])

	
	addmenu(menu=["greece",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Summer semester in Greece",SITE +  "program_greece.html",,,0

	,"Athens",SITE +  "program_greece_allyear.html",,,0

	])


	addmenu(menu=["china",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"China-Jilin",SITE +  "program_jilin.html",,,0
	
	,"Summer semester in China",SITE +  "program_china.html",,,0

	])

	addmenu(menu=["italy",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Academic year program In Florence",SITE + "program_it_florence_yr.html",,,0

	,"Fall or Spring semester in Florence",SITE + "program_it_florence_fs.html",,,0

	,"Art History - Summer semester in Rome",SITE +  "program_it_rome.html",,,0
	
	,"Landscape Architecture",SITE +  "program_italy_landscapearch.html",,,0
	
	,"John Cabot University",SITE +  "program_italy_rome_allyear.html",,,0

	])

	
	addmenu(menu=["kenya",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Koobi Fora",SITE + "program_kenya.html",,,0

//,"Swahili",SITE +  "program_swahili.html",,,0

	,"Primatology",SITE +  "program_primatology.html",,,0

	])


	addmenu(menu=["mexico",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Yucatan - Semester & Year",SITE + "program_mexico.html",,,0

	,"Yucatan - Winter Session",SITE +  "program_yucatan.html",,,0

	])

	addmenu(menu=["southafrica",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program in South Africa",SITE +  "program_southafrica.html",,,0
	])


	addmenu(menu=["diversions",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Featured&nbsp;Stories&nbsp;and&nbsp;Photos",SITE + "div_stories.html",,,0

	,"Games&nbsp;",SITE +  "div_games.html",,,0

	,"Shopping&nbsp;",SITE + "shopping.html",,,0

	])



 

}

	

//-----------------------------------------////////////////////////-------------------------

//-----------------------------------------///      ALUMNI      ///-------------------------

//-----------------------------------------////////////////////////-------------------------



 else if	(section == 'alumni') {

	var menuArray = ["mainmenu",68,20,,1,,style1,1,,,,1,,,,,,,,,,

	

	,"&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;","show-menu=programs",NETSITE+ "/programfinder/pf.aspx","program",1

	,"&nbsp;&nbsp;Navigating&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=navigatingrsa",,"myrsa",1

	,"&nbsp;&nbsp;Diversions&nbsp;&nbsp;&nbsp;","show-menu=diversions",,"diversions",1

	,"&nbsp;&nbsp;Alumni&nbsp;Programs&nbsp;&nbsp;&nbsp;",SITE +  "alumni_programs.html",,"alumni programs",1

	,"&nbsp;&nbsp;Reach&nbsp;Out&nbsp;&nbsp;&nbsp;",SITE + "alumni_reach_out.html",,"reach out",1

	]



	if( role != 'deleted' && role != null && role != 'admin' ) { 

		menuArray = addRSAMenu( menuArray );

		//menuArray = menuArray.concat( ["&nbsp;&nbsp;My&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=myrsa",,"myrsa",1] );

	}

	

	if( role == 'admin' ) { 

		menuArray = addAdminHeading( menuArray );

		addAdminMenu();

	}



	if ( role != 'deleted' && role != null ) { 

		menuArray = pushLogout( menuArray ); 

	} else { 

		

		menuArray = pushLogin( menuArray ); 

	}

	

	

	addmenu(menu=menuArray)

	

//-------------------------------------------------------------login stuff

/**

if(role == 'alumni')

 {

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Grades&nbsp;&amp;&nbsp;Transcripts",SECURE + CONTEXT + "transcripts/ViewTranscript.do",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	,"Edit&nbsp;Profile",SECURE + CONTEXT + "profile/EditProfile.do?method=read",,,0

	])

	

}

**/

if( role != 'deleted' && role != null ) { 	

	addmenu(menu=["logout",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Logout",SITE + CONTEXT + "registration/Logout.aspx",,,0

	])

} else { 

	addmenu(menu=["mystuff",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Login",SITE + CONTEXT + "registration/Login.aspx",,,0

	])

}







//------------------------------------------------------------------



	addmenu(menu=["programs",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Tips for Choosing a Program",SITE +  "program_tips.html",,,0

	,"Program Finder",NETSITE+ "programfinder/pf.aspx",,,0

	,"Australia",SITE + "program_australia.html",,,0

	,"Bolivia",SITE + "program_bolivia.html",,,0

	,"Belgium",SITE + "program_belgium.html",,,0

//,"Brazil",SITE +  "program_brazil.html",,,0

	,"Cayman Islands",SITE + "program_caymanislands.html",,,0

	,"China",SITE + "program_jilin.html",,,0

	,"Costa Rica",SITE +  "program_costa_rica.html",,,0



	,"England/Scotland","show-menu=england",,,0		

	,"France","show-menu=france",,,0

	,"Germany","show-menu=germany",,,0

        ,"Ghana",SITE + "program_ghana.html",,,0

	,"Greece","show-menu=greece",,,0

	,"Hungary and Romania",SITE + "program_hungary-romania.html",,,0

	,"India",SITE +  "program_india.html",,,0

	,"Ireland",SITE + "program_ireland.html",,,0

	,"Israel",SITE +  "program_israel.html",,,0

	,"Italy","show-menu=italy",,,0		

	,"Japan",SITE +  "program_japan.html",,,0

	,"Kenya", "show-menu=kenya",,,0

	,"Mexico", "show-menu=mexico",,,0

	,"Morocco",SITE + "program_morocco.html",,,0

	,"Namibia",SITE +  "program_namibia.html",,,0

	,"Netherlands",SITE + "program_netherlands.html",,,0
	
	,"Norway",SITE + "program_norway.html",,,0
	
	,"Russia",SITE +  "program_russia-stp.html",,,0

	,"South Africa",SITE +  "program_southafrica.html",,,0

	,"South Korea",SITE +  "program_south_korea.html",,,0

	,"Spain",SITE +  "program_spain.html",,,0
	
//,"Thailand",SITE + "program_globalpact.html",,,0
	
	,"Turkey","show-menu=turkey",,,0

	])

/**	

	addmenu(menu=["myrsa",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Application&nbsp;Status",SITE + "preadmin_applicationstatus.html",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	])

**/	

	addmenu(menu=["navigatingrsa",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Pre-Admission","show-menu=preadmission",SITE + "pre_admission.html",,0

	,"Post-Admission","show-menu=postadmission",SITE + "post_admission.html",,0

	,"While&nbsp;Abroad","show-menu=whileabroad",SITE +  "while_abroad.html",,0

	,"Just&nbsp;Returned","show-menu=justreturned",SITE +  "just_returned.html",,0

	,"Program Costs",SITE + "cost.html",,,0

	,"Financial Aid",SITE + "financial_aid.html",,,0

	,"Health&nbsp;&amp;&nbsp;Safety",SITE + "health_safety.html",,,0

	

	])

	

	addmenu(menu=["preadmission",

	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE + "preadmin_faq.html",,,0

	])



	addmenu(menu=["postadmission",

	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE + "postadmin_faq.html",,,0

	])

	

	addmenu(menu=["whileabroad",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Culture Shock",SITE + "while_shock.html",,,0

	,"Reentry",SITE + "while_reentry.html",,,0

	])

	

	addmenu(menu=["justreturned",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Common Questions",SITE + "return_faq.html",,,0

	,"Opportunities Back Home",SITE + "return_extending.html",,,0

	])


//addmenu(menu=["brazil",



//,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

//,"Brazil",SITE +  "program_brazil.html",,,0
	
//])


	addmenu(menu=["england",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Throughout the UK","show-menu=throughuk",SITE +  "program_uk_throughout.html",,0

	,"Theater Design and Production, London",SITE +  "program_uk_london.html",,,0

	])

	
	addmenu(menu=["turkey",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Ankara &mdash; Semester &amp; Year",SITE + "program_turkey_bilkent.html",,,0

	,"Istanbul &mdash; Semester &amp; Year",SITE +  "program_turkey.html",,,0

	])

	

	addmenu(menu=["throughuk",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Universities In London",SITE + "program_uk_throughout_in_london.html",,,0

	,"Universities Near London",SITE +  "program_uk_throughout_near_london.html",,,0

	,"Universities In Major Cities",SITE +  "program_uk_throughout_major.html",,,0

	,"Universities in Smaller Cities",SITE + "program_uk_throughout_smaller.html",,,0

	,"Universities In Scotland",SITE + "program_uk_throughout_scotland.html",,,0

 	])



	addmenu(menu=["france",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Programs in Tours",SITE + "program_fr_tours.html",,,0

	,"Art History in Paris",SITE + "program_fr_arthistory.html",,,0

//,"Tours - Summer in European Studies",SITE + CONTEXT+ "program_fr_euro_tours.html",,,0
	
	,"Semester and Year Programs in Paris",SITE + "program_fr_paris-sfy.html",,,0

//,"TOURS-Summer in Medieval Studies",SITE + "program_fr_medival_tours.html",,,0

 	])

 	

	addmenu(menu=["germany",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Semester & year programs in Constance",SITE + "program_gm_constance.html",,,0

	//,"Germanic Studies in Constance",SITE + "program_gm_germanic.html",,,0

	,"Landscape Architecture in Munich",SITE + "program_gm_munich.html",,,0
	,"FU-BEST Program-Berlin European Studies",SITE + "program_gm_berlin.html",,,0
	
	,"Berlin",SITE + "program_gm_berlin-yr-sp.html",,,0

,"European Business School",SITE + "program_germany_ebs.html",,,0


	])

	
	addmenu(menu=["greece",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Summer semester in Greece",SITE +  "program_greece.html",,,0

	,"Athens",SITE +  "program_greece_allyear.html",,,0

	])
	

	addmenu(menu=["china",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"China-Jilin",SITE +  "program_jilin.html",,,0
	
	,"Summer semester in China",SITE +  "program_china.html",,,0

	])

	addmenu(menu=["italy",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Academic year program In Florence",SITE + "program_it_florence_yr.html",,,0

	,"Fall or Spring semester in Florence",SITE + "program_it_florence_fs.html",,,0

	,"Art History - Summer semester in Rome",SITE +  "program_it_rome.html",,,0
	
	,"Landscape Architecture",SITE +  "program_italy_landscapearch.html",,,0
	
	,"John Cabot University",SITE +  "program_italy_rome_allyear.html",,,0

	])

	
	addmenu(menu=["kenya",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Koobi Fora",SITE + "program_kenya.html",,,0

//,"Swahili",SITE +  "program_swahili.html",,,0

	,"Primatology",SITE +  "program_primatology.html",,,0

	])


	addmenu(menu=["mexico",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Yucatan - Semester & Year",SITE + "program_mexico.html",,,0

	,"Yucatan - Winter Session",SITE +  "program_yucatan.html",,,0

	])


	addmenu(menu=["southafrica",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program in South Africa",SITE +  "program_southafrica.html",,,0
	])
	
	addmenu(menu=["diversions",

	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Featured&nbsp;Stories&nbsp;and&nbsp;Photos",SITE + "div_stories.html",,,0

	,"Games&nbsp;",SITE + "div_games.html",,,0

	,"Shopping&nbsp;",SITE + "shopping.html",,,0

	])



 

}

	

//-----------------------------------------////////////////////////-------------------------

//-----------------------------------------///      Faculty     ///-------------------------

//-----------------------------------------////////////////////////-------------------------



 else if	(section == 'faculty') {

	var menuArray = ["mainmenu",68,20,,1,,style1,1,,,,1,,,,,,,,,,

	

	,"&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;","show-menu=programs",NETSITE+ "/programfinder/pf.aspx","program",1

	,"&nbsp;&nbsp;Navigating&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=navigatingrsa",,"myrsa",1

	,"&nbsp;&nbsp;Diversions&nbsp;&nbsp;&nbsp;","show-menu=diversions",,"diversions",1

	,"&nbsp;&nbsp;Calendar&nbsp;&nbsp;&nbsp;",SITE + CONTEXT + "calendar/calendar.do",,"Calendar",1

	,"&nbsp;&nbsp;Register&nbsp;&nbsp;&nbsp;",SITE + CONTEXT+ "registration/Registration.do",,"register",1

	

	

	]



	if( role != 'deleted' && role != null && role != 'admin' ) { 

		menuArray = addRSAMenu( menuArray );

		//menuArray = menuArray.concat( ["&nbsp;&nbsp;My&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=myrsa",,"myrsa",1] );

	}

	

	if( role == 'admin' ) { 

		menuArray = addAdminHeading( menuArray );

		addAdminMenu();

	}



	if ( role != 'deleted' && role != null ) { 

		menuArray = pushLogout( menuArray ); 

	} else { 

		

		menuArray = pushLogin( menuArray ); 

	}



	

	addmenu(menu=menuArray)

	

//-------------------------------------------------------------login stuff



/**

if(role == 'faculty')

 {

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	//,"Grades&nbsp;&amp;&nbsp;Transcripts",CONTEXT + "transcripts/ViewTranscript.do",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	,"Edit&nbsp;Profile",SECURE + CONTEXT + "profile/EditProfile.do?method=read",,,0

	])

}

**/



if( role != 'deleted' && role != null ) { 	

	addmenu(menu=["logout",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Logout",SITE + CONTEXT + "registration/Logout.aspx",,,0

	])

} else { 

	addmenu(menu=["mystuff",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Login",SITE + CONTEXT + "registration/Login.aspx",,,0

	])

}







//------------------------------------------------------------------



	addmenu(menu=["programs",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Tips for Choosing a Program",SITE +  "program_tips.html",,,0

		,"Program Finder",NETSITE+ "programfinder/pf.aspx",,,0

		,"Australia",SITE + "program_australia.html",,,0

	,"Bolivia",SITE + "program_bolivia.html",,,0

	,"Belgium",SITE + "program_belgium.html",,,0

//,"Brazil",SITE +  "program_brazil.html",,,0

		,"Cayman Islands",SITE + "program_caymanislands.html",,,0

		,"China","show-menu=china",,,0

		,"Costa Rica",SITE +  "program_costa_rica.html",,,0

		,"England/Scotland","show-menu=england",,,0		

		,"EuroScholars", SITE +  "program_euroscholars.html",,,0

		,"France","show-menu=france",,,0

		,"Germany","show-menu=germany",,,0

                ,"Ghana",SITE + "program_ghana.html",,,0   

		,"Greece","show-menu=greece",,,0

		,"Hungary and Romania",SITE + "program_hungary-romania.html",,,0

		,"India",SITE +  "program_india.html",,,0

		,"Ireland",SITE + "program_ireland.html",,,0

		,"Israel",SITE +  "program_israel.html",,,0

		,"Italy","show-menu=italy",,,0		

		,"Japan",SITE +  "program_japan.html",,,0

		,"Kenya", "show-menu=kenya",,,0

		,"Mexico", "show-menu=mexico",,,0

		,"Morocco",SITE + "program_morocco.html",,,0

		,"Namibia",SITE +  "program_namibia.html",,,0

		,"Netherlands",SITE +  "program_netherlands.html",,,0

        ,"Norway",SITE + "program_norway.html",,,0

		,"Russia",SITE + "program_russia-stp.html",,,0
		
		,"South Africa",SITE +  "program_southafrica.html",,,0

		,"South Korea",SITE +  "program_south_korea.html",,,0

		,"Spain",SITE +  "program_spain.html",,,0
		
//,"Thailand",SITE + "program_globalpact.html",,,0
	
		,"Turkey","show-menu=turkey",,,0

])

	

		addmenu(menu=["navigatingrsa",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Pre-Admission","show-menu=preadmission",SITE + "pre_admission.html",,0

		,"Post-Admission","show-menu=postadmission",SITE + "post_admission.html",,0

		,"While&nbsp;Abroad","show-menu=whileabroad",SITE +  "while_abroad.html",,0

		,"Just&nbsp;Returned","show-menu=justreturned",SITE +  "just_returned.html",,0

		,"Program Costs",SITE + "cost.html",,,0

		,"Financial Aid",SITE + "financial_aid.html",,,0

		,"Health&nbsp;&amp;&nbsp;Safety",SITE + "health_safety.html",,,0

		

		])

		

		addmenu(menu=["preadmission",



		,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "preadmin_faq.html",,,0

		])

	

		addmenu(menu=["postadmission",

		,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "postadmin_faq.html",,,0

		])

		

		addmenu(menu=["whileabroad",

		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Culture Shock",SITE + "while_shock.html",,,0

		,"Reentry",SITE + "while_reentry.html",,,0

		])

		

		addmenu(menu=["justreturned",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "return_faq.html",,,0

		,"Opportunities Back Home",SITE + "return_extending.html",,,0

		])

	
//addmenu(menu=["brazil",

//,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

//,"Brazil",SITE +  "program_brazil.html",,,0

//])
	

	addmenu(menu=["england",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Throughout the UK","show-menu=throughuk",SITE +  "program_uk_throughout.html",,0

	,"Theater Design and Production, London",SITE +  "program_uk_london.html",,,0

	])

	
	addmenu(menu=["turkey",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Ankara &mdash; Semester &amp; Year",SITE + "program_turkey_bilkent.html",,,0

	,"Istanbul &mdash; Semester &amp; Year",SITE +  "program_turkey.html",,,0

	])

		

		addmenu(menu=["throughuk",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Universities In London",SITE + "program_uk_throughout_in_london.html",,,0

		,"Universities Near London",SITE +  "program_uk_throughout_near_london.html",,,0

		,"Universities In Major Cities",SITE +  "program_uk_throughout_major.html",,,0

		,"Universities in Smaller Cities",SITE + "program_uk_throughout_smaller.html",,,0

		,"Universities In Scotland",SITE + "program_uk_throughout_scotland.html",,,0

	 	])

		addmenu(menu=["france",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Programs in Tours",SITE + "program_fr_tours.html",,,0

		,"Art History in Paris",SITE + "program_fr_arthistory.html",,,0

//,"Tours - Summer in European Studies",SITE + CONTEXT+ "program_fr_euro_tours.html",,,0
	
		,"Semester and Year Programs in Paris",SITE + "program_fr_paris-sfy.html",,,0

//,"TOURS-Summer in Medieval Studies",SITE + "program_fr_medival_tours.html",,,0

	 	])

	 	

		addmenu(menu=["germany",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Semester & year programs in Constance",SITE + "program_gm_constance.html",,,0

		//,"Germanic Studies in Constance",SITE + "program_gm_germanic.html",,,0

		,"Landscape Architecture in Munich",SITE + "program_gm_munich.html",,,0
		,"FU-BEST Program-Berlin European Studies",SITE + "program_gm_berlin.html",,,0
	
	,"Berlin",SITE + "program_gm_berlin-yr-sp.html",,,0

,"European Business School",SITE + "program_germany_ebs.html",,,0


		])

		
	addmenu(menu=["greece",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Summer semester in Greece",SITE +  "program_greece.html",,,0

	,"Athens",SITE +  "program_greece_allyear.html",,,0

	])


	addmenu(menu=["china",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"China-Jilin",SITE +  "program_jilin.html",,,0
	
	,"Summer semester in China",SITE +  "program_china.html",,,0

	])

		addmenu(menu=["italy",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Academic year program In Florence",SITE + "program_it_florence_yr.html",,,0

		,"Fall or Spring semester in Florence",SITE + "program_it_florence_fs.html",,,0

		,"Art History - Summer semester in Rome",SITE +  "program_it_rome.html",,,0
	
		,"Landscape Architecture",SITE +  "program_italy_landscapearch.html",,,0
	
		,"John Cabot University",SITE +  "program_italy_rome_allyear.html",,,0

		])

		
	addmenu(menu=["kenya",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Koobi Fora",SITE + "program_kenya.html",,,0

//,"Swahili",SITE +  "program_swahili.html",,,0

	,"Primatology",SITE +  "program_primatology.html",,,0

	])


	addmenu(menu=["mexico",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Yucatan - Semester & Year",SITE + "program_mexico.html",,,0

	,"Yucatan - Winter Session",SITE +  "program_yucatan.html",,,0

	])


	addmenu(menu=["southafrica",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program in South Africa",SITE +  "program_southafrica.html",,,0
	])

		addmenu(menu=["diversions",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Featured&nbsp;Stories&nbsp;and&nbsp;Photos",SITE + "div_stories.html",,,0

		,"Games&nbsp;",SITE + "div_games.html",,,0

		,"Shopping&nbsp;",SITE + "shopping.html",,,0

		])

	

	 

}

//-----------------------------------------////////////////////////-------------------------

//-----------------------------------------///     director     ///-------------------------

//-----------------------------------------////////////////////////-------------------------



 else if	(section == 'directors') {



var menuArray = ["mainmenu",68,20,,1,,style1,1,,,,1,,,,,,,,,,

	

	,"&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=programs",NETSITE+ "/programfinder/pf.aspx","program",1

	,"&nbsp;&nbsp;Navigating&nbsp;RSA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=navigatingrsa",,"myrsa",1

	,"&nbsp;&nbsp;Support&nbsp;Info&nbsp;&nbsp;&nbsp;",SITE +  "return_support.html",,"support",1

	////,"&nbsp;&nbsp;Request&nbsp;Info",SITE + CONTEXT+ "routing/RequestInfoForm.do",,"boards",1

	]



	if( role != 'deleted' && role != null && role != 'admin' ) { 

		menuArray = addRSAMenu( menuArray );

		//menuArray = menuArray.concat( ["&nbsp;&nbsp;My&nbsp;RSA&nbsp;&nbsp;&nbsp;","show-menu=myrsa",,"myrsa",1] );

	}

	

	if( role == 'admin' ) { 

		menuArray = addAdminHeading( menuArray );

		addAdminMenu();

	}



	if ( role != 'deleted' && role != null ) { 

		menuArray = pushLogout( menuArray ); 

	} else { 

		

		menuArray = pushLogin( menuArray ); 

	}

	

	

	addmenu(menu=menuArray)

	

//-------------------------------------------------------------login stuff

/**

if(role == 'director')

 {

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	//,"Workbook",CONTEXT + "workbook/BeginWorkbook.do",,,0

	,"Ledger",SECURE + CONTEXT + "ledger/OpenLedger.do",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	,"Director's&nbsp;Enrollment&nbsp;Report",SECURE + CONTEXT + "direnrollment/EnrollmentReportForDirectors.do",,,0

	,"Edit&nbsp;Grades&nbsp;&amp;&nbsp;Transcripts",SECURE + CONTEXT + "dirtranscript/DirectorsSelect.do",,,0

	,"Edit&nbsp;Profile",SECURE + CONTEXT + "profile/EditProfile.do?method=read",,,0

	])

}

**/

if( role != 'deleted' && role != null ) { 	

	addmenu(menu=["logout",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Logout",SITE + CONTEXT + "registration/Logout.aspx",,,0

	])

} else { 

	addmenu(menu=["mystuff",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Login",SITE + CONTEXT + "registration/Login.aspx",,,0

	])

}





//------------------------------------------------------------------



	addmenu(menu=["programs",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Tips for Choosing a Program",SITE +  "program_tips.html",,,0

		,"Program Finder",NETSITE+ "programfinder/pf.aspx",,,0

		,"Australia",SITE + "program_australia.html",,,0

	,"Bolivia",SITE + "program_bolivia.html",,,0

	,"Belgium",SITE + "program_belgium.html",,,0

//,"Brazil",SITE +  "program_brazil.html",,,0

		,"Cayman Islands",SITE + "program_caymanislands.html",,,0

		,"China","show-menu=china",,,0

		,"Costa Rica",SITE +  "program_costa_rica.html",,,0



		,"England/Scotland","show-menu=england",,,0		

		,"EuroScholars", SITE +  "program_euroscholars.html",,,0

		,"France","show-menu=france",,,0

		,"Germany","show-menu=germany",,,0

                ,"Ghana",SITE + "program_ghana.html",,,0

		,"Greece","show-menu=greece",,,0

		,"Hungary and Romania",SITE + "program_hungary-romania.html",,,0

		,"India",SITE +  "program_india.html",,,0

		,"Ireland",SITE + "program_ireland.html",,,0

		,"Israel",SITE +  "program_israel.html",,,0

		,"Italy","show-menu=italy",,,0		

		,"Japan",SITE +  "program_japan.html",,,0

		,"Kenya", "show-menu=kenya",,,0

		,"Mexico", "show-menu=mexico",,,0

		,"Morocco",SITE + "program_morocco.html",,,0

		,"Namibia",SITE +  "program_namibia.html",,,0

		,"Netherlands",SITE +  "program_netherlands.html",,,0

        ,"Norway",SITE + "program_norway.html",,,0

		,"Russia",SITE + "program_russia-stp.html",,,0
		
		,"South Africa",SITE +  "program_southafrica.html",,,0

		,"South Korea",SITE +  "program_south_korea.html",,,0

		,"Spain",SITE +  "program_spain.html",,,0
		
//,"Thailand",SITE + "program_globalpact.html",,,0
	
		,"Turkey","show-menu=turkey",,,0


		])

	/**	

		addmenu(menu=["myrsa",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Application&nbsp;Status",SITE + "preadmin_applicationstatus.html",,,0

		,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

		])

	**/	

		addmenu(menu=["navigatingrsa",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Pre-Admission","show-menu=preadmission",SITE + "pre_admission.html",,0

		,"Post-Admission","show-menu=postadmission",SITE + "post_admission.html",,0

		,"While&nbsp;Abroad","show-menu=whileabroad",SITE +  "while_abroad.html",,0

		,"Just&nbsp;Returned","show-menu=justreturned",SITE +  "just_returned.html",,0

		,"Program Costs",SITE + "cost.html",,,0

		,"Financial Aid",SITE + "financial_aid.html",,,0

		,"Health&nbsp;&amp;&nbsp;Safety",SITE + "health_safety.html",,,0

		

		])

		

		addmenu(menu=["preadmission",

		,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "preadmin_faq.html",,,0

		])

	

		addmenu(menu=["postadmission",

		,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "postadmin_faq.html",,,0

		])

		

		addmenu(menu=["whileabroad",

		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Culture Shock",SITE + "while_shock.html",,,0

		,"Reentry",SITE + "while_reentry.html",,,0

		])

		

		addmenu(menu=["justreturned",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "return_faq.html",,,0

		,"Opportunities Back Home",SITE + "return_extending.html",,,0

		])

	
//addmenu(menu=["brazil",

//,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

//,"Brazil",SITE +  "program_brazil.html",,,0
	
//])
	

	addmenu(menu=["england",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Throughout the UK","show-menu=throughuk",SITE +  "program_uk_throughout.html",,0

	,"Theater Design and Production, London",SITE +  "program_uk_london.html",,,0

	])

	
	addmenu(menu=["turkey",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Ankara &mdash; Semester &amp; Year",SITE + "program_turkey_bilkent.html",,,0

	,"Istanbul &mdash; Semester &amp; Year",SITE +  "program_turkey.html",,,0

	])

		

		addmenu(menu=["throughuk",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Universities In London",SITE + "program_uk_throughout_in_london.html",,,0

		,"Universities Near London",SITE +  "program_uk_throughout_near_london.html",,,0

		,"Universities In Major Cities",SITE +  "program_uk_throughout_major.html",,,0

		,"Universities in Smaller Cities",SITE + "program_uk_throughout_smaller.html",,,0

		,"Universities In Scotland",SITE + "program_uk_throughout_scotland.html",,,0

	 	])

	

		addmenu(menu=["france",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Programs in Tours",SITE + "program_fr_tours.html",,,0

		,"Art History in Paris",SITE + "program_fr_arthistory.html",,,0

//,"Tours - Summer in European Studies",SITE + CONTEXT+ "program_fr_euro_tours.html",,,0
	
		,"Semester and Year Programs in Paris",SITE + "program_fr_paris-sfy.html",,,0

//,"TOURS-Summer in Medieval Studies",SITE + "program_fr_medival_tours.html",,,0

	 	])

	 	

		addmenu(menu=["germany",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Semester & year programs in Constance",SITE + "program_gm_constance.html",,,0

		//,"Germanic Studies in Constance",SITE + "program_gm_germanic.html",,,0

		,"Landscape Architecture in Munich",SITE + "program_gm_munich.html",,,0
		,"FU-BEST Program-Berlin European Studies",SITE + "program_gm_berlin.html",,,0
	
	,"Berlin",SITE + "program_gm_berlin-yr-sp.html",,,0

,"European Business School",SITE + "program_germany_ebs.html",,,0


		])


	addmenu(menu=["greece",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Summer semester in Greece",SITE +  "program_greece.html",,,0

	,"Athens",SITE +  "program_greece_allyear.html",,,0

	])


	addmenu(menu=["china",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"China-Jilin",SITE +  "program_jilin.html",,,0
	
	,"Summer semester in China",SITE +  "program_china.html",,,0

	])

		addmenu(menu=["italy",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Academic year program In Florence",SITE + "program_it_florence_yr.html",,,0

		,"Fall or Spring semester in Florence",SITE + "program_it_florence_fs.html",,,0

		,"Art History - Summer semester in Rome",SITE +  "program_it_rome.html",,,0
	
	,"Landscape Architecture",SITE +  "program_italy_landscapearch.html",,,0
	
	,"John Cabot University",SITE +  "program_italy_rome_allyear.html",,,0

		])

	
		addmenu(menu=["kenya",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Koobi Fora",SITE + "program_kenya.html",,,0

//,"Swahili",SITE +  "program_swahili.html",,,0

		,"Primatology",SITE +  "program_primatology.html",,,0

		])

	
	addmenu(menu=["mexico",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Yucatan - Semester & Year",SITE + "program_mexico.html",,,0

	,"Yucatan - Winter Session",SITE +  "program_yucatan.html",,,0

	])


	addmenu(menu=["southafrica",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program in South Africa",SITE +  "program_southafrica.html",,,0
	])

		addmenu(menu=["diversions",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Featured&nbsp;Stories&nbsp;and&nbsp;Photos",SITE + "div_stories.html",,,0

		,"Games&nbsp;",SITE + "div_games.html",,,0

		,"Shopping&nbsp;",SITE + "shopping.html",,,0

		])

	

	 

}



 else {	//section equals none of the above

//display default menu

	var menuArray = ["mainmenu",68,20,,1,,style1,1,,,,1,,,,,,,,,,

	

	,"&nbsp;&nbsp;Programs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=programs",NETSITE+ "/programfinder/pf.aspx","program",1

	,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Navigating&nbsp;RSA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=navigatingrsa",,"myrsa",1

	,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Support&nbsp;Info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;",SITE +  "return_support.html",,"support",1

	//,"&nbsp;&nbsp;Request&nbsp;Info",SITE + CONTEXT+ "routing/RequestInfoForm.do",,"request info",1

	]

	if( role != 'deleted' && role != null && role != 'admin' ) { 

		menuArray = addRSAMenu( menuArray );

		//pushLogout( menuArray ); 

	}

	

	if ( role == 'admin' ) { 

		menuArray = addAdminHeading( menuArray );

		addAdminMenu();

	}	



	if ( role != 'deleted' && role != null ) { 

		menuArray = pushLogout( menuArray ); 

	} else { 

		

		menuArray = pushLogin( menuArray ); 

	}



	

	addmenu(menu=menuArray)

	

//-------------------------------------------------------------login stuff

/**

if(role == 'student')

 {

	addmenu(menu=["myrsa",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	

	,"Apply&nbsp;Now",SECURE + CONTEXT + "onlineapp/BeginOnlineApp.do",,,0

	,"Application&nbsp;Status",SECURE + CONTEXT + "enrollment/ViewEnrollment.do",,,0

	,"Enrollment&nbsp;Report",SECURE + CONTEXT + "enrollment/EnrollmentReportForStudents.do",,,0

	,"Grades&nbsp;&amp;&nbsp;Transcripts",SECURE + CONTEXT + "transcripts/ViewTranscript.do",,,0

	,"Workbook",SECURE + CONTEXT + "workbook/BeginWorkbook.do",,,0

	,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

	,"Edit&nbsp;Profile",SECURE + CONTEXT + "profile/EditProfile.do?method=read",,,0

	])

	

	addmenu(menu=["logout",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Logout",SITE + CONTEXT+ "registration/Logout.aspx",,,0

	])

} else

**/



if ( role == 'admin' ) { 

	menuArray = addAdminHeading( menuArray );

	addAdminMenu();

} else if( role == null || role == 'deleted' ) {

	addmenu(menu=["mystuff",

	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Login",SITE + CONTEXT+ "registration/Login.aspx",,,0

	])

}



//------------------------------------------------------------------



	addmenu(menu=["programs",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Tips for Choosing a Program",SITE +  "program_tips.html",,,0

		,"Program Finder",NETSITE+ "programfinder/pf.aspx",,,0

		,"Australia",SITE + "program_australia.html",,,0

	,"Bolivia",SITE + "program_bolivia.html",,,0

	,"Belgium",SITE + "program_belgium.html",,,0

//,"Brazil",SITE +  "program_brazil.html",,,0

		,"Cayman Islands",SITE + "program_caymanislands.html",,,0

		,"China","show-menu=china",,,0

		,"Costa Rica",SITE +  "program_costa_rica.html",,,0



		,"England/Scotland","show-menu=england",,,0		

		,"EuroScholars", SITE +  "program_euroscholars.html",,,0

		,"France","show-menu=france",,,0

		,"Germany","show-menu=germany",,,0

                ,"Ghana",SITE + "program_ghana.html",,,0

		,"Greece","show-menu=greece",,,0

		,"Hungary and Romania",SITE + "program_hungary-romania.html",,,0

		,"India",SITE +  "program_india.html",,,0

		,"Ireland",SITE + "program_ireland.html",,,0

		,"Israel",SITE +  "program_israel.html",,,0

		,"Italy","show-menu=italy",,,0		

		,"Japan",SITE +  "program_japan.html",,,0

		,"Kenya", "show-menu=kenya",,,0

		,"Mexico", "show-menu=mexico",,,0

		,"Morocco",SITE + "program_morocco.html",,,0

		,"Namibia",SITE +  "program_namibia.html",,,0

		,"Netherlands",SITE +  "program_netherlands.html",,,0

        ,"Norway",SITE + "program_norway.html",,,0

		,"Russia",SITE + "program_russia-stp.html",,,0
		
		,"South Africa",SITE +  "program_southafrica.html",,,0

		,"South Korea",SITE +  "program_south_korea.html",,,0

		,"Spain",SITE +  "program_spain.html",,,0
		
//,"Thailand",SITE + "program_globalpact.html",,,0
	
		,"Turkey","show-menu=turkey",,,0

		])

	/**	

		addmenu(menu=["myrsa",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Application&nbsp;Status",SITE + "preadmin_applicationstatus.html",,,0

		,"Program&nbsp;Guides",SITE + "program_guide.html",,,0

		])

	**/	

		addmenu(menu=["navigatingrsa",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Pre-Admission","show-menu=preadmission",SITE + "pre_admission.html",,0

		,"Post-Admission","show-menu=postadmission",SITE + "post_admission.html",,0

		,"While&nbsp;Abroad","show-menu=whileabroad",SITE +  "while_abroad.html",,0

		,"Just&nbsp;Returned","show-menu=justreturned",SITE +  "just_returned.html",,0

		,"Program Costs",SITE + "cost.html",,,0

		,"Financial Aid",SITE + "financial_aid.html",,,0

		,"Health&nbsp;&amp;&nbsp;Safety",SITE + "health_safety.html",,,0

		

		])

		

		addmenu(menu=["preadmission",

		,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "preadmin_faq.html",,,0

		])

	

		addmenu(menu=["postadmission",

		,,140,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "postadmin_faq.html",,,0

		])

		

		addmenu(menu=["whileabroad",

		,,160,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Culture Shock",SITE + "while_shock.html",,,0

		,"Reentry",SITE + "while_reentry.html",,,0

		])

		

		addmenu(menu=["justreturned",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Common Questions",SITE + "return_faq.html",,,0

		,"Opportunities Back Home",SITE + "return_extending.html",,,0

		])

	
//addmenu(menu=["brazil",

//,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

//,"Brazil",SITE +  "program_brazil.html",,,0

//])
	

	addmenu(menu=["england",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Throughout the UK","show-menu=throughuk",SITE +  "program_uk_throughout.html",,0

	,"Theater Design and Production, London",SITE +  "program_uk_london.html",,,0

	])

	
	addmenu(menu=["turkey",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Ankara &mdash; Semester &amp; Year",SITE + "program_turkey_bilkent.html",,,0

	,"Istanbul &mdash; Semester &amp; Year",SITE +  "program_turkey.html",,,0

	])

		

		addmenu(menu=["throughuk",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Universities In London",SITE + "program_uk_throughout_in_london.html",,,0

		,"Universities Near London",SITE +  "program_uk_throughout_near_london.html",,,0

		,"Universities In Major Cities",SITE +  "program_uk_throughout_major.html",,,0

		,"Universities in Smaller Cities",SITE + "program_uk_throughout_smaller.html",,,0

		,"Universities In Scotland",SITE + "program_uk_throughout_scotland.html",,,0

	 	])

	

		addmenu(menu=["france",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Programs in Tours",SITE + "program_fr_tours.html",,,0

		,"Art History in Paris",SITE + "program_fr_arthistory.html",,,0

//,"Tours - Summer in European Studies",SITE + CONTEXT+ "program_fr_euro_tours.html",,,0
	
	,"Semester and Year Programs in Paris",SITE + "program_fr_paris-sfy.html",,,0

//,"TOURS-Summer in Medieval Studies",SITE + "program_fr_medival_tours.html",,,0

	 	])

	 	

		addmenu(menu=["germany",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Semester & year programs in Constance",SITE + "program_gm_constance.html",,,0

		//,"Germanic Studies in Constance",SITE + "program_gm_germanic.html",,,0

		,"Landscape Architecture in Munich",SITE + "program_gm_munich.html",,,0
		,"FU-BEST Program-Berlin European Studies",SITE + "program_gm_berlin.html",,,0
	
	,"Berlin",SITE + "program_gm_berlin-yr-sp.html",,,0

	,"European Business School",SITE + "program_germany_ebs.html",,,0



		])

	
		addmenu(menu=["greece",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Summer semester in Greece",SITE +  "program_greece.html",,,0

	,"Athens",SITE +  "program_greece_allyear.html",,,0

	,"Winter Session",SITE +  "program_greece_winter.html",,,0

	])
	

	addmenu(menu=["china",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"China-Jilin",SITE +  "program_jilin.html",,,0
	
	,"Summer semester in China",SITE +  "program_china.html",,,0

	])

		addmenu(menu=["italy",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Academic year program In Florence",SITE + "program_it_florence_yr.html",,,0

		,"Fall or Spring semester in Florence",SITE + "program_it_florence_fs.html",,,0

		,"Art History - Summer semester in Rome",SITE +  "program_it_rome.html",,,0
	
	,"Landscape Architecture",SITE +  "program_italy_landscapearch.html",,,0
	
	,"John Cabot University",SITE +  "program_italy_rome_allyear.html",,,0

		])


		addmenu(menu=["kenya",

		,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Koobi Fora",SITE + "program_kenya.html",,,0

//,"Swahili",SITE +  "program_swahili.html",,,0

		,"Primatology",SITE +  "program_primatology.html",,,0

		])
		


	addmenu(menu=["mexico",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Yucatan - Semester & Year",SITE + "program_mexico.html",,,0

	,"Yucatan - Winter Session",SITE +  "program_yucatan.html",,,0

	])

	addmenu(menu=["southafrica",

	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,

	,"Program in South Africa",SITE +  "program_southafrica.html",,,0
	])


		addmenu(menu=["diversions",

		,,180,1,"",style1,,"left",effect,,,,,,,,,,,,

		,"Featured&nbsp;Stories&nbsp;and&nbsp;Photos",SITE + "div_stories.html",,,0

		,"Games&nbsp;",SITE + "div_games.html",,,0

		,"Shopping&nbsp;",SITE + "shopping.html",,,0

		])

	

	 

}

	



if( role == 'student' ) { 

	addStudentMenu();

}



if( role == 'faculty' ) {

	addFacultyMenu();

}



if( role == 'parent' ) { 

	addParentMenu();

}



if( role == 'alumni' ) { 

	addAlumniMenu();

}



if( role == 'director' ) { 

	addDirectorMenu();

}



dumpmenus()

