/***********************************************************************************
*	(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='white';	
	var LowSubBgColor='white';	
	var HighBgColor='black';
	var HighSubBgColor='black';	
	var FontLowColor='black';
	var FontSubLowColor='black';
	var FontHighColor='white';	
	var FontSubHighColor='white';
	var BorderColor='black';
	var BorderSubColor='black';	
	var BorderWidth=1;	
	var BorderBtwnElmnts=1;	
	var FontFamily="Arial, Helvetica, sans serif"
	var FontSize=9;	
	var FontBold=1;	
	var FontItalic=0;
	var MenuTextCentered='left';
	var MenuCentered='middle';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.2;
	var StartTop=0;	
	var StartLeft=0;
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1;
	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"

Menu1=new Array("Library Home","index.html","",3,20,100);
	Menu1_1=new Array("Catalog (in-school only)","http://unvalt.mccsc.edu/Surpass/WebSafari.exe/SearchSimple?Database=UNV","",0,20,138);
	Menu1_2=new Array("INSPIRE Search","http://inspire.net","",0,20,138);
	Menu1_3=new Array("UES Homepage","http://www.university.mccsc.edu","",0,20,138);	

Menu2=new Array("Library Tour","tour.html","",0,20,100);



Menu3=new Array("Students", "students.html","",7,20,100);
	Menu3_1=new Array("Homework Help/Search Sites","students.html#homework","",0,20,210);
	Menu3_2=new Array("Subject Links","students.html#subject","",7);
		Menu3_2_1=new Array("Biographies","students.html#biographies","",0,20,130);
		Menu3_2_2=new Array("Careers","students.html#careers","",0);
		Menu3_2_3=new Array("Science","students.html#science","",0,20,130);
		Menu3_2_4=new Array("Social Studies","students.html#social","",0);
		Menu3_2_5=new Array("Lang. Arts","students.html#lang","",0);
		Menu3_2_6=new Array("Art and Music","students.html#art","",0);	
		Menu3_2_7=new Array("Math","students.html#math","",0);	
        Menu3_3=new Array("Online Stories ","students.html#stories","",0);
	Menu3_4=new Array("Book Lists","students.html#book","",0);
	Menu3_5=new Array("Book Quest Books","students.html#bookquest","",0);
	Menu3_6=new Array("Teachers' Websites","students.html#teachers","",0);
	Menu3_7=new Array("Fun Stuff","students.html#fun","",0);
		
Menu4=new Array("Teachers","teachers.html","",6,20,100);
	Menu4_1=new Array("Important Links","teachers.html#important","",0,20,150);
	Menu4_2=new Array("Library Forms","teachers.html#forms","",0);
	Menu4_3=new Array("Curric. Standards","teachers.html#standards","",0);
	Menu4_4=new Array("Online Teacher Tools","teachers.html#online","",0);
	Menu4_5=new Array("Lesson Plan Sites","teachers.html#lesson","",0);
	Menu4_6=new Array("Education Research","teachers.html#research","",0);

Menu5=new Array("Community","community.html","",3,20,100);
	Menu5_1=new Array("Parent Connection","community.html","",0,20,140);
	Menu5_2=new Array("Volunteers","community.html#volunteers","",0,20,140);
	Menu5_3=new Array("Donating Materials?","community.html#donate","",0,20,140);
	
	
Menu6=new Array("About Our Library","about.html","",0,20,105);

