/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

//main bar color   sub bar color   main bar mo    sub bar mo

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#CC0066';			// Background color when mouse is not over top line
	var LowSubBgColor='#FF65FF';			// Background color when mouse is not over on subsections
	var HighBgColor='#9C309C';			// Background color when mouse is over
	var HighSubBgColor='#FFCFFF';			// Background color when mouse is over on subs

	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='blue';			// Font color subs when mouse is over

	var BorderColor='#CC0066';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0

	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// 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' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// 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=4;				// 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
//frames
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// 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=['tri.gif',5,10,'tridown.gif',10,5,'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  and  Information","../../index.html","",2,35,119);  
	Menu1_1=new Array("This Website","","",5,20,119);
		Menu1_1_1=new Array("Course Diagram","../../lessons/rubrics/../../lessons/rubrics/pp-rubrics_overview.html","",0,20,115);
		Menu1_1_2=new Array("Helpful Books","VCRtext.html","",0,"",115);
		Menu1_1_3=new Array("Software for Mac","softwaremac.html","",0,"",115);
		Menu1_1_4=new Array("Software for WIN","softwarepc.html","",0,"",115);
		Menu1_1_5=new Array("Handout","handout.html","",0,20,115);

	Menu1_2=new Array("The CSLA Course","","",4,"",119);
		Menu1_2_1=new Array("About the Course","VCInfo.html","",0,20,115);
		Menu1_2_2=new Array("Where and When","VSwhen.html","",0,20,115);
		Menu1_2_3=new Array("Syllabus","sylhead.html","",0,20,115);
		Menu1_2_4=new Array("Assignments","VCIAsOne.html","",0,20,115);
		Menu1_2_5=new Array("More  Software","lessons/info/textbooks.html","",0,20,115);
		Menu1_2_6=new Array("How to Register","lessons/info/register.html","",0,20,115);
		Menu1_2_7=new Array("Log on to WEB-CT","lessons/info/webct.html","",0,20,115);		
		Menu1_2_8=new Array("Intellect Property","lessons/info/int_prop.pdf","",0,20,115);
		Menu1_2_9=new Array("Upload Your World","http://www.biz.ly/tools.php","",0,20,115);		

	Menu1_3=new Array("Join Our ListServ","lessons/info/listserv.html","",0,"",119);

	Menu1_4=new Array("K-12 Teachers","lessons/info/general.html","",8,"",119);
		Menu1_4_1=new Array("Teaching K-3","lessons/info/t_k3.html","",0,20,115);
		Menu1_4_2=new Array("Teaching 4-6","lessons/info/t_46.html","",0,20,115);
		Menu1_4_3=new Array("Teaching Jr High","lessons/info/t_jrhigh.html","",0,20,115);
		Menu1_4_4=new Array("High School","lessons/info/t_high.html","",0,20,115);
		Menu1_4_5=new Array("Resources","lessons/info/resour.html","",0,20,115);
		Menu1_4_6=new Array("National Standards","lessons/info/natstand.html","",0,20,115);
		Menu1_4_7=new Array("CA Standards","lessons/info/castand.html","",0,20,115);
		Menu1_4_8=new Array("Tech Standards","lessons/info/rechstand.html","",0,20,115);

	Menu1_5=new Array("K-12 Students","lessons/info/general.html","",4,"",119);
		Menu1_5_1=new Array("K-3 Students","lessons/info/k3.html","",0,20,115);
		Menu1_5_2=new Array("4-6 Grades","lessons/info/gr_4-6.html","",0,20,115);
		Menu1_5_3=new Array("Junior High","lessons/info/jr_high.html","",0,20,115);
		Menu1_5_4=new Array("High School","lessons/info/hi_school.html","",0,20,115);
		
	Menu1_6=new Array("Teaching Adults","lessons/info/adults.html","",0,"",119);
	Menu1_7=new Array("Workshops","lessons/info/workshops.html","",0,"",119);
	Menu1_8=new Array("Author / Teacher","lessons/info/author.html","",0,"",119);
	Menu1_9=new Array("Thanks to","lessons/info/thanks.html","",0,"",119);

<!--	
//================================  Second Column 	Lesson Units  ==========================


Menu2=new Array("Lesson Units","","",13,25,120);

	Menu2_1=new Array("Get Ready to Go!","../../lessons/less/lesintro/tour.html","",0,25,120);
	Menu2_2=new Array(" 1. Solar System","../../lessons/less/les1/Vles1.html","",0);
	Menu2_3=new Array(" 2. Rocky Surface","../../lessons/less/les2/Vles2.html","",0);
	Menu2_4=new Array(" 3. Air, Sea, Climate","../../lessons/less/les3/Vles3.html","",0);
	Menu2_5=new Array(" 4. Life Begins","../../lessons/less/les4/Vles4.html","",0);
	Menu2_6=new Array(" 5. Plants in Water","../../lessons/less/les5/Vles5.html","",0);
	Menu2_7=new Array(" 6. Animals in Water","../../lessons/less/les6/Vles6.html","",0);
	Menu2_8=new Array(" 7. Water Ecologies","../../lessons/less/les7/Vles7.html","",0);
	Menu2_9=new Array(" 8. Plants on Land","../../lessons/less/les8/Vles8.html","",0);
	Menu2_10=new Array(" 9. Animals on Land","../../lessons/less/les9/Vles9.html","",0);
	Menu2_11=new Array("10. Land Ecologies","../../lessons/less/les10/Vles10.html","",0);
	Menu2_12=new Array("Biomes","../../lessons/less/biomes/introbiomes.html","",7);
		Menu2_12_1=new Array("Deserts","../../lessons/less/biomes/desert/desert.html","",0,20,115);
		Menu2_12_2=new Array("Rainforests","../../lessons/less/biomes/rainforest/rainintro.html","",0);
		Menu2_12_3=new Array("Coniferous Forests","../../lessons/less/biomes/conifers/tiaga.html","",0);
		Menu2_12_4=new Array("Grasslands","../../lessons/less/biomes/grass/grassland.html","",0);
		Menu2_12_5=new Array("Deciduous Forests","../../lessons/less/biomes/deciduous/decfor.html","",0);
		Menu2_12_6=new Array("Tundra","../../lessons/less/biomes/tundra/tundra.html","",0);
		Menu2_12_7=new Array("Water Biomes","l../../lessons/less/biomes/aquatic.html","",0);
	Menu2_13=new Array("11. Alien Life Forms","../../lessons/less2/Les11/Vles11.html","",0,20,119);	


//========================  Third Column Resources  ====================


Menu3=new Array("Resources","","",5,25,119);
	Menu3_1=new Array("Science Notes","../../vlsnc.html","",0,25,140);
	Menu3_2=new Array("Links","../../lessons/VCRw.html","",11);

		Menu3_2_1=new Array("1. Solar System","../../lessons/websites/w1.html","",0,25,125);
		Menu3_2_2=new Array("2. Rocky Surface","../../lessons/websites/w2.html","",0);
		Menu3_2_3=new Array("3. Air. Sea, Climate","../../lessons/websites/w3.html","",0);
		Menu3_2_4=new Array("4. Life Begins","../../lessons/websites/w4.html","",0);
		Menu3_2_5=new Array("5. Water Plants","../../lessons/websites/w5.html","",0);
		Menu3_2_6=new Array("6. Water Animals","../../lessons/websites/w6.html","",0);
		Menu3_2_7=new Array("7. Water Ecologies","../../lessons/websites/w7.html","",0);
		Menu3_2_8=new Array("8. Land Plants","../../lessons/websites/w8.html","",0);
		Menu3_2_9=new Array("9. Land Animals","../../lessons/websites/w9.html","",0);
  		Menu3_2_10=new Array("10. Land Ecologies","../../lessons/websites/w10.html","",0);
		Menu3_2_11=new Array("Biomes","../../lessons/websites/wbiomes.html","",0);
		Menu3_2_12=new Array("Alien Life Forms","../../lessons/websites/wal.html","",0);

	Menu3_3=new Array("Rubrics: PowerPoint","pp-rubrics_menu.html","",20);
	
		Menu3_3_1=new Array("List of Rubrics","../../lessons/rubrics/pp-rubrics_menu.html","",0,25,135);
		Menu3_3_2=new Array("Your Home Page","../../lessons/rubrics/pp-intro_rubric.html","",0);
		Menu3_3_3=new Array("Welcome Page","../../lessons/rubrics/pp-intro_rubric.html","",0);
		Menu3_3_4=new Array("Table of Contents","../../lessons/rubrics/pp-intro_rubric.html","",0);
		Menu3_3_5=new Array("1. Solar System","../../lessons/rubrics/pp-rubric_solar1.html","",0);
		Menu3_3_6=new Array("2. Rocky Surface","../../lessons/rubrics/pp-rubric_geo2.html","",0);
		Menu3_3_7=new Array("3. Air. Sea, Climate","../../lessons/rubrics/pp-rubric_climate.html","",0);
		Menu3_3_8=new Array("4. Life Begins","../../lessons/rubrics/pp-rubric_micro.html","",0);
		Menu3_3_9=new Array("5. Water Plants","../../lessons/rubrics/pp-rubric5.html","",0);
		Menu3_3_10=new Array("Coordinate W Plants","../../lessons/rubrics/pp-rubric5_co.html","",0);
		Menu3_3_11=new Array("6. Water Animals","../../lessons/rubrics/pp-rubric6.html","",0);
		Menu3_3_12=new Array("Coordinate W Animals","../../lessons/rubrics/pp-rubric6_co.html","",0);
		Menu3_3_13=new Array("7. Water Ecologies","../../lessons/rubrics/pp-rubric7.html","",0);
		Menu3_3_14=new Array("Coordinate W Ecology","../../lessons/rubrics/pp-rubric7_co.html","",0);
		Menu3_3_15=new Array("8. Land Plants","../../lessons/rubrics/pp-rubric8.html","",0);
		Menu3_3_16=new Array("Coordinate L Plants","../../lessons/rubrics/pp-rubric8_co.html","",0);
		Menu3_3_17=new Array("9. Land Animals","../../lessons/rubrics/pp-rubric9.html","",0);
		Menu3_3_18=new Array("Coordinate L Animals","../../lessons/rubrics/pp-rubric9_co.html","",0);
  		Menu3_3_19=new Array("10. Land Ecologies","../../lessons/rubrics/pp-rubric10.html","",0);
		Menu3_3_20=new Array("Coordinate L Ecologies","../../lessons/rubrics/pp-rubric10_co.html","",0);

Menu3_4=new Array("Rubrics: Web Pages","rubrics_menu.html","",20);
	
		Menu3_4_1=new Array("List of Rubrics","../../lessons/rubrics/rubrics_menu.html","",0,25,135);
		Menu3_4_2=new Array("Your Home Page","../../lessons/rubrics/homepage.html","",0);
		Menu3_4_3=new Array("Welcome Page","../../lessons/rubrics/rwelcome.html","",0);
		Menu3_4_4=new Array("Table of Contents","../../lessons/rubrics/rubric_t_of_c.html","",0);
		Menu3_4_5=new Array("1. Solar System","../../lessons/rubrics/rubric_solar1.html","",0);
		Menu3_4_6=new Array("2. Rocky Surface","../../lessons/rubrics/rubric_geo2.html","",0);
		Menu3_4_7=new Array("3. Air. Sea, Climate","../../lessons/rubrics/rubric_climate.html","",0);
		Menu3_4_8=new Array("4. Life Begins","../../lessons/rubrics/rubric_micro.html","",0);
		Menu3_4_9=new Array("5. Water Plants","../../lessons/rubrics/rubric5.html","",0);
		Menu3_4_10=new Array("Coordinate W Plants","../../lessons/rubrics/rubric5_co.html","",0);
		Menu3_4_11=new Array("6. Water Animals","../../lessons/rubrics/rubric6.html","",0);
		Menu3_4_12=new Array("Coordinate W Animals","../../lessons/rubrics/rubric6_co.html","",0);
		Menu3_4_13=new Array("7. Water Ecologies","../../lessons/rubrics/rubric7.html","",0);
		Menu3_4_14=new Array("Coordinate W Ecology","../../lessons/rubrics/rubric7_co.html","",0);
		Menu3_4_15=new Array("8. Land Plants","../../lessons/rubrics/rubric8.html","",0);
		Menu3_4_16=new Array("Coordinate L Plants","../../lessons/rubrics/rubric8_co.html","",0);
		Menu3_4_17=new Array("9. Land Animals","../../lessons/rubrics/rubric9.html","",0);
		Menu3_4_18=new Array("Coordinate L Animals","../../lessons/rubrics/rubric9_co.html","",0);
  		Menu3_4_19=new Array("10. Land Ecologies","../../lessons/rubrics/rubric10.html","",0);
		Menu3_4_20=new Array("Coordinate L Ecologies","../../lessons/rubrics/rubric10_co.html","",0);


	Menu3_5=new Array("Study Questions","../../lessons/tests/testindex.html","",11);
		Menu3_5_1=new Array("Questions Menu","../../lessons/tests/testindex.html","",0,25,120);
		Menu3_5_2=new Array("1. Solar System","../../lessons/tests/studyq1.html","",0);
		Menu3_5_3=new Array("2. Rocky Surface","../../lessons/tests/studyq2.html","",0);
		Menu3_5_4=new Array("3. Air. Sea, Climate","../../lessons/tests/studyq3.html","",0);
		Menu3_5_5=new Array("4. Life Begins","../../lessons/tests/studyq4.html","",0);
		Menu3_5_6=new Array("5. Water Plants","../../lessons/tests/studyq5.html","",0);
		Menu3_5_7=new Array("6. Water Animals","../../lessons/tests/studyq6.html","",0);
		Menu3_5_8=new Array("7. Water Ecologies","../../lessons/tests/studyq7.html","",0);
		Menu3_5_9=new Array("8. Land Plants","../../lessons/tests/studyq8.html","",0);
		Menu3_5_10=new Array("9. Land Animals","../../lessons/tests/studyq9.html","",0);
		Menu3_5_11=new Array("10. Land Ecologies","../../lessons/tests/studyq10.html","",0);    

	Menu3_6=new Array("Hands-on Activities","../../pages/handsonact.html","",0);
	Menu3_7=new Array("Download .pdf Files","../../lessons/less//download/download_txt/getpdf.html","",0);
	Menu3_8=new Array("Get CD-ROM of Site","../../pages/cd.html","",0);
	Menu3_9=new Array("Additional Software","../info/add_soft.html","",0);
	Menu3_10=new Array("Commercial Videos","..less/info/videos.html","",0);

	
	

//================================  Fourth Column 	More!  ==========================


Menu4=new Array("More!","","",3,25,119);
	Menu4_1=new Array("Montessori","../montessori/m-welcome.html","",0,20,150);
	Menu4_2=new Array("Awards","../pages/award.html","",0,20,120);
	Menu4_3=new Array("Tutorials and Resources","../lessons/tutorials/tutmenu.html","",0);
	Menu4_4=new Array("PowerPoint Tutorials","../lessons/tutorials/pp-tutmenu.html","",0);	
	Menu4_5=new Array("Send a Postcard","../../pages/postoffice.html","",0);
	Menu4_6=new Array("Ask a Question","../info/ask.html","",0);
	Menu4_7=new Array("Report a Problem","../info/problems.html","",0);
	Menu4_8=new Array("Like a Bargain?","../info/bargain.html","",0);
	Menu4_9=new Array("Make a Suggestion","../info/suggest.html","",0);

//================================  Fifth Column 	Worlds to Visit =======================

Menu5=new Array("Worlds to Visit","","",6,25,119);
	Menu5_1=new Array("Demo: Shalimar","../../ev/shalimar/VShome.html","",0,20,145);
	Menu5_2=new Array("Demo: Loki","../../ev/loki/VLhome.html","",0);
	
	Menu5_3=new Array("CSLA Web Pages","../../planetcs.html","",0);	
		
	Menu5_4=new Array("Montessori: PowerPoint","../../worlds_m/world_builders_pp_planets.html","",0);

	Menu5_5=new Array("Fellow Voyagers","../pages/fellows.html","",0);


	Menu5_6=new Array("Distant Worlds","../pages/osites.html","",0);

	




		Menu5_5_1=new Array("Epona","http://www.eponaproject.com","",0,20,118);
		Menu5_5_2=new Array("The Future is Wild","http://www.thefutureiswild.com/flash/index.html","",0);
		Menu5_5_3=new Array(" Furaha","http://website.leidenuniv.nl/~dijkjgvan/","",0);



	Menu5_7=new Array("Author\'s Site","http://www.burmees.nl/","",0,20,115);




	


	
		
	
