/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='004FA0';			// Background color when mouse is not over
	var LowSubBgColor='#296ECC';			// Background color when mouse is not over on subs
	var HighBgColor='#FFCE72';			// Background color when mouse is over
	var HighSubBgColor='#FFCE72';			// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#0D3A77';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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' or 'bottom'
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=237;				// Menu offset y coordinate
	var StartLeft=16;				// Menu offset x coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=12;				// Left padding
	var TopPaddng=0;			// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=900;			// 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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("Introduction","tut_intro.htm","",0,16,158);

Menu2=new Array("How to use the tutorial","howto.htm","",0,16,174);

Menu3=new Array("M1 What's out there?","m1_intro.htm","",7);
	Menu3_1=new Array("Introduction","m1_intro.htm","",0,16,195);	
	Menu3_2=new Array("Exploring some Internet sites","m1_explor.htm","",0);	
	Menu3_3=new Array("Categorising Internet sites","m1_clas.htm","",0);	
	Menu3_4=new Array("Finding Internet sites","m1_find.htm","",0);	
	Menu3_5=new Array("Using subject directories","m1_subj.htm","",0);	
	Menu3_6=new Array("Using search engines","m1_srch.htm","",0);	
	Menu3_7=new Array("More advanced search techniques","m1_advsrch.htm","",0);	

Menu4=new Array("M2 Evaluating sites","m2_intro.htm","",4);
	Menu4_1=new Array("Introduction","m2_intro.htm","",0,16,170);
	Menu4_2=new Array("Identify learning goals","m2_ident.htm","",0);
	Menu4_3=new Array("Can you trust Internet sites?","m2_trust.htm","",0);
	Menu4_4=new Array("Suitable for student access?","m2_suit.htm","",0);

Menu5=new Array("M3 Arts curriculum","m3_intro.htm","",5);
	Menu5_1=new Array("Introduction","m3_intro.htm","",0,16,150);
	Menu5_2=new Array("Lesson plans","m3_lesson.htm","",0);
	Menu5_3=new Array("Internet resources","m3_internet.htm","",0);
	Menu5_4=new Array("Developing curriculum","m3_develop.htm","",0);
	Menu5_5=new Array("Publishing","m3_publish.htm","",0);

Menu6=new Array("M4 Internet communication","javascript:top.location.href='m4_intro.htm'","",7);
	Menu6_1=new Array("Introduction","m4_intro.htm","",0,16,190);
	Menu6_2=new Array("Netiquette","m4_nett.htm","",0);
	Menu6_3=new Array("Communication between schools","m4_comm.htm","",0);
	Menu6_4=new Array("Mailing lists","m4_mail.htm","",0);
	Menu6_5=new Array("Arts EdNet discussion group","m4_discuss.htm","",0);
	Menu6_6=new Array("Other mailing lists","m4_other.htm","",0);
	Menu6_7=new Array("Other forms of communication","m4_other1.htm","",0);

Menu7=new Array("M5 Collaborative projects","javascript:top.location.href='m5_intro.htm'","",4);
	Menu7_1=new Array("Introduction","m5_intro.htm","",0,16,170);
	Menu7_2=new Array("Collaborative Internet projects","m5_what.htm","",0);
	Menu7_3=new Array("Why collaborative projects?","m5_why.htm","",0);
	Menu7_4=new Array("Joining a project","m5_join.htm","",0);

Menu8=new Array("Conclusion","concl.htm","",0,16,157);

Menu9=new Array("Feedback","feedback.htm","",0,16,157);

Menu10=new Array("Glossary","glossary.htm","",0,16,157);

Menu11=new Array("Resources","resources.htm","",0,16,157);