/***********************************************************************************



*	(c) Ger Versluis 2000 version 7.02 12 March 2002	          *



*	You may use this script on non commercial sites.	          *



*	For info write to menus@burmees.nl		          *



*	You may remove all comments for faster loading	          *		



***********************************************************************************/







	var NoOffFirstLineMenus=13;			// Number of first level items



	var LowBgColor='619FE3';			// Background color when mouse is not over



	var HighBgColor='white';			// Background color when mouse is over



	var FontLowColor='000033';			// Font color when mouse is not over



	var FontHighColor='000033';			// Font color when mouse is over



	var BorderColor='white';			// Border color



	var BorderWidth=1;				// Border width



	var BorderBtwnElmnts=1;			// Border between elements 1 or 0



	var FontFamily="helvetica"	// Font family menu items



	var FontSize=8;				// Font size menu items



	var FontBold=0;				// Bold menu items 1 or 0



	var FontItalic=0;				// Italic menu items 1 or 0



	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'



	var MenuCentered='left';			// Menu horizontal position 'left', 'center', 'right' or justify



	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static



	var ChildOverlap=.2;				// horizontal overlap child/ parent



	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent



	var StartTop=0;				// Menu offset x coordinate



	var StartLeft=0;				// Menu offset y coordinate



	var VerCorrect=0;				// Multiple frames y correction



	var HorCorrect=0;				// Multiple frames x correction



	var LeftPaddng=3;				// Left padding



	var TopPaddng=2;				// Top padding



	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0



	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0



	var DissapearDelay=1000;			// delay before menu folds in



	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame



	var FirstLineFrame='L';			// Frame where first level appears



	var SecLineFrame='R';			// Frame where sub levels appear



	var DocTargetFrame='R';			// Frame where target documents appear



	var TargetLoc='';				// span id for relative positioning



	var HideTop=0;				// Hide first level when loading new document 1 or 0



	var MenuWrap='enables';				// enables/ disables menu wrap 1 or 0



	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0



	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0



	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover



	var WebMasterCheck=1;			// menu tree checking on or off 1 or 0



	var ShowArrow=1;				// Uses arrow gifs when 1



	var KeepHilite=1;				// Keep selected path highligthed



	var Arrws=['tri1.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10,'triup.gif',10,5];	// Arrow source, width and height



	var MenuUsesFrames=1;			// frames or single page 1 or 0







function BeforeStart(){return}



function AfterBuild(){return}



function BeforeFirstOpen(){return}



function AfterCloseAll(){return}







// Menu tree



//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor,



//			fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);



// 	color and font variables take precedence over the globals when used



// 	fontsize, fontbold and fontitalic are ignored when -1



//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"







Menu1=new Array("Home","ce-r.html","",0,20,142,"","","","","","",-1,-1,-1,"","");







Menu2=new Array("Letter from the Director","letter-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");



	

Menu3=new Array("On-Site Courses","On-Site_Programs-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");







Menu4=new Array("Off-Site Courses","Off-Site_Programs-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");





Menu5=new Array("Online Courses","Online_Programs-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");





Menu6=new Array("Download Brochure","javascript:NewWin=window.open('spring08brochure.pdf','NWin');window['NewWin']","",0,20,142,"","","","","","",-1,-1,-1,"","");







Menu7=new Array("Registration","Registration-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");







Menu8=new Array("Credits and Tuition","Credits_Tuition-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");







Menu9=new Array("Special Offers","Special_Offers-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");







Menu10=new Array("Travel Information","Travel_Information-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");






Menu11=new Array("Policies","Policies-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");






Menu12=new Array("Mailing List","mailing_list-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");





Menu13=new Array("Contact Us","contact-R.html","",0,20,142,"","","","","","",-1,-1,-1,"","");