
	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='#9CA2D9';			// Background color when mouse is not over
	var LowSubBgColor='E6E6E8';			// Background color when mouse is not over on subs
	var HighBgColor='#C9CEF7';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// 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' or 'bottom'
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=136;				// Menu offset x coordinate
	var StartLeft=-1;				// 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=0;			// First level items layout horizontal 1 or 0
	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='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("Home","index.htm","",0,20,150);
Menu2=new Array("ASX Corporate Governance Council","disclosure_asx_listing_rule.htm","",0,38);
Menu3=new Array("Corporate Governance Codes & Reports","corp_gov_codes.htm","",0,38);
Menu4=new Array("Corporate Governance Practice","#","",5,38);
	Menu4_1=new Array("Audit Committees","corp_gov_practice_auditcomm.htm","",0,20,150);
	Menu4_2=new Array("Board Performance","corp_gov_practice_board_performance.htm","",0);
	Menu4_3=new Array("Executive Remuneration","corp_gov_practice_exec_remuneration.htm","",0);
	Menu4_4=new Array("Internal Control","corp_gov_practice_internal_control.htm","",0);
	Menu4_5=new Array("Role of the Board","corp_gov_practice_rotb.htm","",0);
Menu5=new Array("Disclosure","#","",5);
	Menu5_1=new Array("CLERP 9","disclosure_CLERP9.htm","",0,20,150);
	Menu5_2=new Array("Continuous Disclosure","disclosure_continuous.htm","",0);
	Menu5_3=new Array("Financial Reporting","disclosure_finreport.htm","",0);
	Menu5_4=new Array("Insider Trading","disclosure_InsiderTrading.htm","",0);
	Menu5_5=new Array("Periodic Disclosure","disclosure_periodic.htm","",0);
Menu6=new Array("US Developments","us_developments.htm","",0);
Menu7=new Array("Ethics","ethics.htm","",0);
Menu8=new Array("European Developments","european_developments.htm","",0);
Menu9=new Array("Institutional Investors","institutional_investors.htm","",0);
Menu10=new Array("Articles","articles.htm","",0);
Menu11=new Array("Case Studies","case_studies.htm","",0);
Menu12=new Array("Websites","#","",2);
	Menu12_1=new Array("Corporate Law","corp_law_websites.htm","",0,20,150);
	Menu12_2=new Array("Corporate Governance","corp_gov_websites.htm","",0);
Menu13=new Array("Top ASX Listed Companies","top_asx_companies.htm","",0,38);
Menu14=new Array("Contact Us","contact.htm","",0);


