
	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#009999';			// Background color when mouse is not over
	var LowSubBgColor='#669999';			// Background color when mouse is not over on subs
	var HighBgColor='#669999';			// Background color when mouse is over
	var HighSubBgColor='#009999';			// Background color when mouse is over on subs
	var FontLowColor='white';			// 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='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#556177';			// Border color
	var BorderSubColor='#666666';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana,trebuchet ms"	// 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='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.25;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent
	var StartTop=120;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=20;				// Left padding
	var TopPaddng=3;				// 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='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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/triright.gif',5,10,'images/tridown.gif',10,5,'images/tri.gif',3,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

Menu1=new Array("About us","","",4,16,100);
	Menu1_1=new Array("Overview", "overview.htm","",0,20,100);
	Menu1_2=new Array("Objectives","overview.htm#objective","",0);	
	Menu1_3=new Array("Services","overview.htm#service","",0);
	Menu1_4=new Array("Home","index.htm","",0);

Menu2=new Array("Membership","","",4);
	Menu2_1=new Array("Introduction","under_const.htm","",0,20,150);
	Menu2_2=new Array("Membership Guidelines","under_const.htm","",0);
	Menu2_3=new Array("Corporate membership","under_const.htm","",0);
	Menu2_4=new Array("Apply Online","under_const.htm","",0);
	
Menu3=new Array("Events","","",5);
	Menu3_1=new Array("Important Events","under_const.htm","",0,20,150);
	Menu3_2=new Array("Committee Meeting","under_const.htm","",0);
	Menu3_3=new Array("Member Activities","under_const.htm","",0);
	Menu3_4=new Array("Social Gathering","under_const.htm","",0);
	Menu3_5=new Array("Seminars","under_const.htm","",0);

Menu4=new Array("News/Media","","",2);
	Menu4_1=new Array("News","under_const.htm","",2,20,116);
		Menu4_1_1=new Array("Latest News","under_const.htm","",0,20,106);
		Menu4_1_2=new Array("Archives","under_const.htm","",0);
	Menu4_2=new Array("Media Releases","media","",2);
		Menu4_2_1=new Array("2002-2003","under_const.htm","",0,20,96);
		Menu4_2_2=new Array("2004","under_const.htm","",0);

Menu5=new Array("Forum","","",1);
	Menu5_1=new Array("Introduction","under_const.htm","",0,20,100);
		
Menu6=new Array("Contact","mailto:contact@qcase.org.au","",3);
	Menu6_1=new Array("Our Location","under_const.htm","",0,20,100);
	Menu6_2=new Array("Contact Us","under_const.htm","",0);
	Menu6_3=new Array("e-Mail Us","mailto:contact@qcase.org.au","",0);