/***********************************************************************************
*	(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		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#7990CA';			// Background color when mouse is not over
	var LowSubBgColor='#7990CA';			// Background color when mouse is not over on subs
	var HighBgColor='#ADB1F8';			// Background color when mouse is over
	var HighSubBgColor='#ADB1F8';			// Background color when mouse is over on subs
	var FontLowColor='#011846';			// Font color when mouse is not over
	var FontSubLowColor='#011846';			// Font color subs when mouse is not over
	var FontHighColor='#7073FB';			// Font color when mouse is over
	var FontSubHighColor='#7073FB';			// Font color subs when mouse is over
	var BorderColor='#011846';			// Border color
	var BorderSubColor='#011846';			// 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=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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=139;				// Menu offset x coordinate
	var StartLeft=112;				// 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=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=['tridown.gif',10,10,'tri.gif',10,10,'tridown.gif',10,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,20,60);

Menu2=new Array("About Us","","",4,20,100);
	Menu2_1=new Array("Introduction","about.html","",0,18,100);
	Menu2_2=new Array("G&S History","history.html","",0,18,100);
	Menu2_3=new Array("The Past G&S","pastgs.html","",0,18,100);
	Menu2_4=new Array("Committees","committees.html","",0,18,100);	
Menu3=new Array("Activities","","",10,19,120);
	Menu3_1=new Array("Professional Develop.","","",3,18,155);
		Menu3_1_1=new Array("Sub-Committees","","",0,18,150);
		Menu3_1_2=new Array("Upcoming Events","","",0,18,155);
		Menu3_1_3=new Array("Latest News","pd_latest.html","",0,18,155);

	Menu3_2=new Array("Social and Community","","",3,18,155);
		Menu3_2_1=new Array("Sub- Committees","","",0,18,150);
		Menu3_2_2=new Array("Upcoming Events","","",0,18,155);
		Menu3_2_3=new Array("Latest News","sc_latest.html","",0,18,155);

	Menu3_3=new Array("Student Affairs","","",3,18,155);
		Menu3_3_1=new Array("Sub- Committees","","",0,18,150);
		Menu3_3_2=new Array("Upcoming Events","","",0,18,155);
		Menu3_3_3=new Array("Latest News","sa_latest.html","",0,18,155);
			
	Menu3_4=new Array("External Affairs","","",3,18,155);
		Menu3_4_1=new Array("Sub- Committees","","",0,18,150);
		Menu3_4_2=new Array("Upcoming Events","","",0,18,155);
		Menu3_4_3=new Array("Latest News","ea_latest.html","",0,18,155);
	
	Menu3_5=new Array("GS Dot Com","","",3,18,155);
		Menu3_5_1=new Array("Sub- Committees","","",0,18,150);
		Menu3_5_2=new Array("Upcoming Events","","",0,18,155);
		Menu3_5_3=new Array("Latest News","dc_latest.html","",0,18,155);
	
	Menu3_6=new Array("Publicity","","",3,18,155);	
		Menu3_6_1=new Array("Sub- Committees","","",0,18,150);
		Menu3_6_2=new Array("Upcoming Events","","",0,18,155);
		Menu3_6_3=new Array("Latest News","pb_latest.html","",0,18,155);

	Menu3_7=new Array("Special Project","","",2,18,155);
		Menu3_7_1=new Array("Upcoming Events","","",0,18,155);
		Menu3_7_2=new Array("Latest News","special_latest.html","",0,18,155);
	
	Menu3_8=new Array("Others","","",2,18,155);
		Menu3_8_1=new Array("Upcoming Events","","",0,18,155);
		Menu3_8_2=new Array("Latest News","other_latest.html","",0,18,155);

	Menu3_9=new Array("Event Calendar","http://www.iem.org.my/wapi/mctxwapi.dll/getObject?mid=IEMWEB-MAIN2&ObjID=154","",0,18,155);
	Menu3_10=new Array("Acknowledgement","","",0,18,155);
	
Menu4=new Array("Photo Gallery","","",8,18,160);
    Menu4_1=new Array("Professional Development","http://theiemgns.blogspot.com/","",0,18,160);	
	Menu4_2=new Array("Social and Community","http://theiemgns.blogspot.com/","",0,18,160);	
	Menu4_3=new Array("Student Affairs","http://theiemgns.blogspot.com/","",0,18,160);	
	Menu4_4=new Array("External Affairs","http://theiemgns.blogspot.com/","",0,18,160);	
	Menu4_5=new Array("GS Dot Com","http://theiemgns.blogspot.com/","",0,18,160);	
	Menu4_6=new Array("Publicity","http://theiemgns.blogspot.com/","",0,18,160);	
	Menu4_7=new Array("Special Project","http://theiemgns.blogspot.com/","",0,18,160);
	Menu4_8=new Array("Others","http://theiemgns.blogspot.com/","",0,18,160);

	
Menu5=new Array("Join Us","comm-joinus.html","",5,18,130);
	Menu5_1=new Array("Membership","","",2,18,130);
		 Menu5_1_1=new Array("G&S Membership","comm-joinus.html","",0,18,130);	
		 Menu5_1_2=new Array("Download Form","","",2,18,130);	
		 	Menu5_1_2_1=new Array("Apply Graduate Membership","Forms/GraduateMember.pdf","",0,18,160);
		 	Menu5_1_2_2=new Array("Apply Student Membership","Forms/StudentMember.pdf","",0,18,160);

	
	Menu5_2=new Array("G&S ByLaws","gsbylaws.html","",0,18,130);	
		
	Menu5_3=new Array("e- Announce","http://groups.yahoo.com/group/IEMGSAnnounce/","",0,18,130);	
	Menu5_4=new Array("Volunteers Recruitment","","",1,18,130);
		Menu5_4_1=new Array("Submit Info","","",0,18,130);	
	
	Menu5_5=new Array("G & S Contacts","","",2,18,130);
		Menu5_5_1=new Array("How to Contact Us?","","",3,18,130);
			Menu5_5_1_1=new Array("By Email","","",0,18,130);	
			Menu5_5_1_2=new Array("By Mail","","",0,18,130);	
			Menu5_5_1_3=new Array("By G&S On-Line","index.htm","",0,18,130);
		Menu5_5_2=new Array("Links","links.html","",4,18,130);
			Menu5_5_2_1=new Array("Universities/Colleges","links.html#local universities","",0,18,130);	
			Menu5_5_2_2=new Array("Institutions/Associations","links.html#Institutions/Associations","",2,18,130);	
					Menu5_5_2_2_1=new Array("Local","links.html#Local","",0,18,130);
					Menu5_5_2_2_2=new Array("Overseas","links.html#Overseas","",0,18,130);	
			Menu5_5_2_3=new Array("Other NGOs","links.html#Other NGOs","",0,18,130);	
			Menu5_5_2_4=new Array("Search Engines","links.html#Search Engines","",0,18,130);	


Menu6=new Array("Others","","",4,18,100);
	Menu6_1=new Array("Route to PE","","",0,18,100);	
	Menu6_2=new Array("Job Vacancy","","",0,18,100);	
	Menu6_3=new Array("FAQ","","",4,18,100);	
			Menu6_3_1=new Array("General","","",0,18,100);
			Menu6_3_2=new Array("Professional Development","","",0,18,100);
			Menu6_3_3=new Array("G&S Activities","","",0,18,100);
			Menu6_3_4=new Array("Membership","","",0,18,100);
	Menu6_4=new Array("Archive","","",0,18,100);	
	
Menu7=new Array("Site Map","","",2,18,100);
	Menu7_1=new Array("View Site Map","sitemap.html","",0,18,100);	
	Menu7_2=new Array("Email Site Map","","",0,18,100);	