/*********************************************************************************** * (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=4; // Number of first level items var LowBgColor='C5341B'; // Background color when mouse is not over var LowSubBgColor='F6F8F9'; // Background color when mouse is not over on subs var HighBgColor='80A3BF'; // Background color when mouse is over var HighSubBgColor='80A3BF'; // Background color when mouse is over on subs var FontLowColor='FFFFFF'; // Font color when mouse is not over var FontSubLowColor='6B7D83'; // Font color subs when mouse is not over var FontHighColor='FFFFFF'; // Font color when mouse is over var FontSubHighColor='FFFFFF'; // Font color subs when mouse is over var BorderColor='FFFFFF'; // Border color var BorderSubColor='D4DBE1'; // Border color for subs var BorderWidth=1; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily="verdana" // Font family menu items var FontSize=7; // 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=.0; // vertical overlap child/ parent var StartTop=0; // 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=6; // Left padding var TopPaddng=5; // 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=300; // delay before menu folds in var TakeOverBgColor=1; // Menu frame takes over background color subitem frame var FirstLineFrame='space'; // Frame where first level appears var SecLineFrame='space'; // Frame where sub levels appear var DocTargetFrame='space'; // Frame where target documents appear var TargetLoc='MenuLoc'; // span id for relative positioning var HideTop=1; // 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=0; // 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("About Us","","",6,23,110); Menu1_1=new Array("Profile","/about_us?pg=1","",0,20,140); Menu1_2=new Array("Corporate Directory","/about_us?pg=2","",0); Menu1_3=new Array("Directors & Management","/about_us?pg=3","",0); Menu1_4=new Array("Corporate Governance","","",10); Menu1_4_1=new Array("Statement of Board and Management Functions","/about_us?pg=7§ion=1","",0,20,310); Menu1_4_2=new Array("Corporate Code of Conduct","/about_us?pg=7§ion=2","",0); Menu1_4_3=new Array("Code of Conduct for Company Directors and Key Executives","/about_us?pg=7§ion=3","",0); Menu1_4_4=new Array("Information Disclosure Policy","/about_us?pg=7§ion=4","",0); Menu1_4_5=new Array("Policy for Trading in Company Securities","/about_us?pg=7§ion=5","",0); Menu1_4_6=new Array("Shareholder Communication Strategy","/about_us?pg=7§ion=6","",0); Menu1_4_7=new Array("Audit Commitee Charter","/about_us?pg=7§ion=7","",0); Menu1_4_8=new Array("ASX Principles and Recommendations","/about_us?pg=7§ion=8","",0); Menu1_4_9=new Array("Departures from ASX Principles and Recommendations","/about_us?pg=7§ion=9","",0); Menu1_4_10=new Array("Risk Management Policy","/about_us?pg=7§ion=10","",0); Menu1_5=new Array("Capital Structure","/about_us?pg=5","",0); Menu1_6=new Array("Top 20 Shareholders","/about_us?pg=6","",0); Menu2=new Array("Projects","","",3,23,110); Menu2_1=new Array("Thailand","/projects?pg=1","",0,20,110); Menu2_2=new Array("Australia","/projects?pg=2","",0); Menu2_3=new Array("Indonesia","/projects?pg=3","",0); Menu3=new Array("ASX Releases and News","","",6,23,135); Menu3_1=new Array("ASX Releases","/investor_centre?pg=1","",0,20,135); Menu3_2=new Array("News Articles","/investor_centre?pg=2","",0); Menu3_3=new Array("Investor Updates","/investor_centre?pg=3","",0); Menu3_4=new Array("Broker Reports","/investor_centre?pg=4","",0); Menu3_5=new Array("Quarterly Reports","/investor_centre?pg=5","",0); Menu3_6=new Array("Annual Reports","/investor_centre?pg=6","",0); Menu4=new Array("Contact Us","/contact/default.asp?pg=1","",0,23,100);