/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
***********************************************************************************/

	var NoOffFirstLineMenus=6;
	var LowBgColor='#ffffcc';	
	var LowSubBgColor='#ffffcc';	
	var HighBgColor='#0066ff';
	var HighSubBgColor='#0066ff';	
	var FontLowColor='#990000';
	var FontSubLowColor='#990000';
	var FontHighColor='#ffffcc';	
	var FontSubHighColor='#ffffcc';
	var BorderColor='black';
	var BorderSubColor='black';	
	var BorderWidth=0;	
	var BorderBtwnElmnts=2;	
	var FontFamily="Tahoma, Geneva, sans-serif"
	var FontSize=10;	
	var FontBold=1;	
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=.2;	
	var StartTop=0;	
	var StartLeft=0;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0;
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';	
	var SecLineFrame='space';
	var DocTargetFrame='space';	
	var TargetLoc='MenuPos';
	var HideTop=0;
	var MenuWrap=1;	
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['pics/tri.gif',5,10,'pics/tridown.gif',10,5,'pics/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"



// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Student Home","index.html","",0,20,135);
	
Menu2=new Array("School Community", "school.html","",5,20,135);
	Menu2_1=new Array("New Students","new.html","",0,20,210);
	Menu2_2=new Array("Daily Life","life.html","",0);
	Menu2_3=new Array("Cafeteria","lunch.html","",0);
	Menu2_4=new Array("Playground","playground.html","",0);
	Menu2_5=new Array("Library Media Center","library.html","",0);

Menu3=new Array("Bloomington","town.html","",4,20,135);
	Menu3_1=new Array("Culture & Arts","culture.html","",0,20,210);
	Menu3_2=new Array("Outdoors & Nature","outdoors.html","",0,20,210);
	Menu3_3=new Array("Sports & Athletics","sports.html","",0,20,210);
	Menu3_4=new Array("Eating Out","eating.html","",0,20,210);

Menu4=new Array("International Students", "international.html","",2,20,135);
	Menu4_1=new Array("International students","international.html","",0,20,210);
	Menu4_2=new Array("Languages at UES","languages.html","",0,20,210);

Menu5=new Array("School Song", "song.html","",0,20,135);

Menu6=new Array("School Home Page","http://www.university.mccsc.edu/","",0,20,135);
