	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#CDDADA';			// Background color when mouse is over
	var HighSubBgColor='#CDDADA';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#572074';			// Font color when mouse is over
	var FontSubHighColor='#572074';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=11;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	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=80;				// Menu offset x coordinate
	var StartLeft=90;				// 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=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// 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=['../images/layout/tri.gif',5,10,'../images/layout/tridown.gif',10,5,'../images/layout/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"

Menu1=new Array("Home","../default.html","../images/layout/tabright.gif",0,20,80);

Menu2=new Array("Parents","#","../images/layout/tabright.gif",14,20,90);
	Menu2_1=new Array("Teacher Websites","../faculty.html","",0,20,150);
	Menu2_2=new Array("Programs","#","",3,20,150);
		Menu2_2_1=new Array("Athletics","../athletics.html","",0,20,150);
		Menu2_2_2=new Array("Electives","../electives.html","",0,20,150);
		Menu2_2_3=new Array("Clubs","../clubs.html","",0,20,150);
	Menu2_3=new Array("Administration","../admin.html","",0,20,150);
	Menu2_4=new Array("Counseling","../counseling.html","",0,20,150);
	Menu2_5=new Array("Parent Handbook","http://www.roundrockisd.org/docs/13224728820072007-08_middle_part1.pdf","",0,20,150);	
	Menu2_6=new Array("Attendance","../attendance.html","",0,20,150);
	Menu2_7=new Array("Online Grades","https://accesscenter.roundrockisd.org/homeaccess/","",0,20,150);
	Menu2_8=new Array("PTA","../pta.html","",0,20,150);
	Menu2_9=new Array("Cafeteria","#","",2,20,150);
		Menu2_9_1=new Array("Cafeteria Menu","http://www.roundrockisd.org/index.aspx?page=979","",0,20,150);
		Menu2_9_2=new Array("Online Payment","http://www.pamslunchroom.com/","",0,20,150);
	Menu2_10=new Array("Bus Routes","http://appsrv01.transfinderi.com/address.asp?cid=RR04523987","",0,20,150);
	Menu2_11=new Array("TAG","../tag.html","",0,20,150);
	Menu2_12=new Array("Nurse","../nurse.html","",0,20,150);
	Menu2_13=new Array("Dress Code","../dresscode.html","",0,20,150);
	Menu2_14=new Array("FAQ","../faq.html","",0,20,150);

Menu3=new Array("Students","#","../images/layout/tabright.gif",7,20,90);
	Menu3_1=new Array("Teacher Websites","../faculty.html","",0,20,150);
	Menu3_2=new Array("Student Handbook","http://www.roundrockisd.org/docs/part1_middle_handbook_0809.pdf","",0,20,150);
	Menu3_3=new Array("Dress Code","../dresscode.html","",0,20,150);
	Menu3_4=new Array("Links","../links.html","",0,20,150);
	Menu3_5=new Array("Programs","#","",3,20,150);
		Menu3_5_1=new Array("Athletics","../athletics.html","",0,20,150);
		Menu3_5_2=new Array("Electives","../electives.html","",0,20,150);
		Menu3_5_3=new Array("Clubs","../clubs.html","",0,20,150);
	Menu3_6=new Array("FAQ","../faq.html","",0,20,150);
	Menu3_7=new Array("Artists of the Week","../art/default.html","",0,20,150);
		
Menu4=new Array("About Us","#","../images/layout/tabright.gif",7,20,90);
	Menu4_1=new Array("Contact Information","../contact.html","",0,20,150);
	Menu4_2=new Array("Check in Procedures","../checkin.html","",0,20,150);
	Menu4_3=new Array("Vision Statement","../vision.html","",0,20,150);
	Menu4_4=new Array("Mission Statement","../mission.html","",0,20,150);
	Menu4_5=new Array("Accountability Ratings","http://www.roundrockisd.org/Index.aspx?page=563","",0,20,150);
	Menu4_6=new Array("TEA Report Card","http://ritter.tea.state.tx.us/cgi/sas/broker?_service=marykay&_program=perfrept.perfmast.sas&prgopt=2007/aeis/alltypec.sas&year4=2007&search=campback&year2=07&topic=aeis&gifname=g_aeis07campus&title=AEIS+Report&level=campus&ptype=HTML&sublevel=camp&third=0&campback=246909047","",0,20,150);
	Menu4_7=new Array("District News","http://www.roundrockisd.org/index.aspx?page=3400","",0,20,150);


Menu5=new Array("Faculty","#","images/layout/tabright.gif",15,20,90);
	Menu5_1=new Array("Labs and Carts","http://teacherweb.com/TX/CedarValleyMiddleSchool/CeVMSTechnology/index.html","",0,20,200);
	Menu5_2=new Array("Access Central","http://www.roundrockisd.org/index.aspx?page=127","",0,20,200);
	Menu5_3=new Array("Network Shortcuts","file://Cedarvalinst2/Apps/Network Shorcuts","",0,20,200);
	Menu5_4=new Array("In - House - Web","file://Cedarvalinst1/web/CEVWEB2002/default.htm","",0,20,200);
	Menu5_5=new Array("Lotus Notes: Remote ","https://mail.roundrockisd.org/","",0,20,200);
	Menu5_6=new Array("Lotus Notes: In District","http://webmail.roundrockisd.org","",0,20,200);
	Menu5_7=new Array("Gradespeed","https://msgrdbk.roundrockisd.org/gs","",0,20,200);
	Menu5_8=new Array("Curriculum Tools (School)","http://grddev/cm/login.aspx","",0,20,200);
	Menu5_9=new Array("Curriculum Tools (Home)","https://cm.roundrockisd.org:444/cm/login.aspx","",0,20,200);
	Menu5_10=new Array("E-Campus","https://rrisd.courseinsite.com/login.html","",0,20,200);
	Menu5_11=new Array("Subfinder","https://substitute.roundrockisd.org/webconnect/login/login.asp","",0,20,200);
	Menu5_12=new Array("Library Equipment","http://teacherweb.com/TX/CedarValleyMiddleSchool/LibraryCheckOut/","",0,20,200);
	Menu5_13=new Array("Teacher Guides","https://rrisd-teacherguides.wikispaces.com/","",0,20,200);
	Menu5_14=new Array("Jagwire Wiki","https://jagwire.wikispaces.com/","",0,20,200);
	Menu5_15=new Array("Collaborative Corner","http://collaborativecorner.wikispaces.com/","",0,20,200);
	
Menu6=new Array("Library","default.html","../images/layout/tabright.gif",0,20,100);		

Menu7=new Array("Calendars","#","images/layout/tabright.gif",3,20,100);
	Menu7_1=new Array("Events Calendar","http://mail.roundrockisd.org/calendar/calendar.nsf/WebCedarValley?OpenView&Grid=4","",0,20,200);
	Menu7_2=new Array("09-10 School Year","https://www.roundrockisd.org/modules/ShowDocument.aspx?documentid=17713","",0,20,200);
	Menu7_3=new Array("Calendario Escolar de 09-10","https://www.roundrockisd.org/modules/ShowDocument.aspx?documentid=17714","",0,20,200);


