/***********************************************************************************
*	(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	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#757D80';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#9D1717';			// Background color when mouse is over on subs
	var FontLowColor='#FCF4DB';			// Font color when mouse is not over
	var FontSubLowColor='#FCF4DB';			// Font color subs when mouse is not over
	var FontHighColor='#FCF4DB';			// Font color when mouse is over
	var FontSubHighColor='#FCF4DB';			// Font color subs when mouse is over
	var BorderColor='#FCF4DB';			// Border color
	var BorderSubColor='#FCF4DB';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// 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='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=-1;				// 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=7;				// 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=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='menu';				// 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=['images/nav/arrow.gif',6,7,'tridown.gif',0,0,'trileft.gif',0,0];	// 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"
//	("rollover:/images/nav/home-over.gif:/images/nav/home-over.gif","http://www.gita.org.au","",0,29,66);
//	<img src="/images/nav/home.gif" name="Menu1i">

Menu1=new Array("rollover:/images/nav/home-over.gif:/images/nav/home-over.gif","home.php","",0,29,66);

Menu2=new Array("rollover:/images/nav/about.gif:/images/nav/about-over.gif","http://gita.org.au/overview.php","",7,29,97);
	
	Menu2_1=new Array("What is GITA ANZ?","http://gita.org.au/overview.php","",0,23,175);
	Menu2_2=new Array("Company Information","http://gita.org.au/company.php","",0);
	Menu2_3=new Array("Code of Ethics","http://gita.org.au/ethics.php","",0);
	Menu2_4=new Array("Board","http://gita.org.au/board.php","",0);
	Menu2_5=new Array("Constitution","http://gita.org.au/constitution.php","",0);
	Menu2_6=new Array("Past Presidents","http://gita.org.au/pastpresidents.php","",0);
	Menu2_7=new Array("Contact Us","http://gita.org.au/contact.php","",0);
		
					
Menu3=new Array("rollover:/images/nav/events.gif:/images/nav/events-over.gif","http://gita.org.au/event_info.php","",6,29,73);

	Menu3_1=new Array("General Information","http://gita.org.au/event_info.php","",0,23,185);
	Menu3_2=new Array("Geospatial Infrastructure Solutions Conference","http://gita.org.au/event_gis.php","",0,35,185);
	Menu3_3=new Array("Workshops & Seminars","http://gita.org.au/event_wss.php","",0);
	Menu3_4=new Array("Calender of Events","http://gita.org.au/event_calender.php","",0);
	Menu3_5=new Array("Conference Exhibition","http://gita.org.au/event_exhibition.php","",0);
	Menu3_6=new Array("Past Events","http://gita.org.au/event_past.php","",0);

		
Menu4=new Array("rollover:/images/nav/membership.gif:/images/nav/membership-over.gif","membership.php","",5,29,97);

		
	Menu4_1=new Array("Membership Structure","http://gita.org.au/membership.php","",0,23,175);
	Menu4_2=new Array("Join GITA","http://gita.org.au/join.php","",0);
	Menu4_3=new Array("Our Primary Members","http://gita.org.au/ourprimary.php","",0);
	Menu4_4=new Array("Our Corporate Members","http://gita.org.au/ourcorporates.php","",0);
	Menu4_5=new Array("Our Small Business Members","http://gita.org.au/ourSMEs.php","",0);


Menu5=new Array("rollover:/images/nav/memberservices.gif:/images/nav/memberservices-over.gif","","",7,29,109);

	Menu5_1=new Array("Newsletters","http://gita.org.au/newsletters.php","",0,23,175);
	Menu5_2=new Array("Excellence Awards","http://gita.org.au/info.php","",0);
	Menu5_3=new Array("DBYD Award","http://gita.org.au/glossary.php","",0);
	Menu5_4=new Array("Press Releases","http://gita.org.au/press.php","",0);
	Menu5_5=new Array("White Papers","http://gita.org.au/white_papers.php","",0);
	Menu5_6=new Array("Training Services","http://gita.org.au/training.php","",0);
	Menu5_7=new Array("Related Links","http://gita.org.au/links.php","",0);
	
Menu6=new Array("rollover:/images/nav/representation.gif:/images/nav/representation-over.gif","http://gita.org.au/bursaryinfo.php","",5,29,97);

	Menu6_1=new Array("ASC","http://gita.org.au/ASC.php","",0,23,175);
	Menu6_2=new Array("BOSSI","http://gita.org.au/BOSSI.php","",0,23,175);
	Menu6_3=new Array("SMIC NSW","http://gita.org.au/SMIC.php","",0);
	Menu6_4=new Array("VSC","http://gita.org.au/VSC.php","",0);
	Menu6_5=new Array("WALIS","http://gita.org.au/WALIS.php","",0);
	

Menu7=new Array("rollover:/images/nav/end.gif:/images/nav/end.gif","","",0,29,222);

