/***********************************************************************************
*	(c) Ger Versluis 1900 version 5.411 24 December 1901 (updated Jan 31st, 1903 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// 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='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// 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=0;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;					// 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=187;				// Menu offset x coordinate
	var StartLeft=200;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=2;				// Multiple frames x correction
	var LeftPaddng=1;				// 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=['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","index.htm","",0,19,120);


Menu2=new Array("Grade 9/10 Geography","http://community.ismanila.com/staff/jamiesonr/gr10","",3);
	Menu2_1=new Array("Course Overview","gr10_course_overview.htm","",0,19,144);	
	Menu2_2=new Array("Semester2 Schedule","gr10_semester_schedule.htm","",0);
	Menu2_3=new Array("Links   >","","",2);

Menu2_3_1=new Array("Globalization","http://www.globalisationguide.org","",0,19,100);
Menu2_3_2=new Array("Geo-Skills","http://www.ordnancesurvey.co.uk/oswebsite/education/pdf/25KLegend-Eng.pdf","",0);



Menu3=new Array("IBH 1 Geography","http://community.ismanila.com/staff/jamiesonr/ibh1","",2);

	Menu3_1=new Array("Semester 2 Schedule","ibh1_semester2_schedule.htm","",0,19,144);
	
	Menu3_2=new Array("Links  >","","",3);
Menu3_2_1=new Array("Learn on the Internet","http://www.geography.learnontheinternet.co.uk/topics/waves.html#erosion","",0,19,144);
Menu3_2_2=new Array("Ib-Geo.com","http://www.ibgeog.com/population_resources_development","",0);
Menu3_2_3=new Array("Ben Gulley","http://my.ofs.edu.sg/user/ben_gulley","",0);



Menu4=new Array("Field Trips","http://community.ismanila.com/staff/jamiesonr/ibh2","",3);
	Menu4_1=new Array("New Zealand","http://www.link1.com","",0,19,144);
	Menu4_2=new Array("Tagatay","http://www.link2.com","",0);
	Menu4_3=new Array("Subic","http://www.link3.com","",0);

Menu5=new Array("Others","enterlinkhere.htm","",4);

	Menu5_1=new Array("Map for Internal Assessment","http://community.ismanila.com/staff/jamiesonr/otherlinks/map_of_the_philippines.htm","",0,30,144);
	Menu5_2=new Array("Country Information","http://community.ismanila.com/staff/jamiesonr/otherlinks/country_information.htm","",0);
	Menu5_3=new Array("Geography Travels","http://community.ismanila.com/staff/jamiesonr/otherlinks/geography_travels.htm","",0);
	Menu5_4=new Array("Blank Maps","http://www.eduplace.com/ss/maps/","",0);

Menu6=new Array("IBH 2 Geography","http://community.ismanila.com/staff/jamiesonr/ibh2","",4);
	Menu6_1=new Array("Link1","http://www.link1.com","",0,19,144);
	Menu6_2=new Array("Link2","http://www.link2.com","",0);
	Menu6_3=new Array("Link3","http://www.link3.com","",0);
	Menu6_4=new Array("Link4","http://www.link4.com","",0);



