//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#0066CC';
	var HighBgColor='#FFCC66';
	var FontLowColor='white';
	var FontHighColor='000066';
	var BorderColor='white';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, Helvetica, sans-serif"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=60; //set vertical offset
	var StartLeft=121; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Faculty","faculty/faculty_home.html",5,20,130);
	Menu1_1=new Array("Forms and Downloads","faculty/faculty_forms.html",0,20,130);
	Menu1_2=new Array("Workshops","faculty/faculty_workshops.html",0);
	Menu1_3=new Array("Mini-grants","faculty/faculty_minigrants.html",0);
	Menu1_4=new Array("External Links","faculty/faculty_links.html",0);
	Menu1_5=new Array("Showcase","faculty/faculty.html",0);
		
Menu2=new Array("K-12 teachers","teachers/teacher_home.html",0);
	

Menu3=new Array("Credential Students","students/students_home.html",5);
	Menu3_1=new Array("Forms and Downloads","students/students_forms.html",0,20,130);
	Menu3_2=new Array("Workshops","students/students_workshops.html",0);
	Menu3_3=new Array("Support","students/students_support.html",0);
	Menu3_4=new Array("External Links","students/students_links.html",0);
	Menu3_5=new Array("Lesson Plans","students/students_lesson.html",0);
	
Menu4=new Array("about PT3","about/about_home.html",7);
	Menu4_1=new Array("Services","about/about_services.html",0,20,130);
	Menu4_2=new Array("Partners","about/about_partners.html",0);
	Menu4_3=new Array("Events","about/about_events.html",0);
	Menu4_4=new Array("Contact","about/about_contact.html",0);
	Menu4_5=new Array("f.a.q's","about/about_faq.html",0);
	Menu4_6=new Array("mission statement","about/about_mission.html",0);
	Menu4_7=new Array("Site Map","about/about_sitemap.html",0);




