/*********************************************************************************** * (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=6; // Number of first level items var LowBgColor='D9D3CA'; // Background color when mouse is not over var LowSubBgColor='A17A2F'; // Background color when mouse is not over on subs var HighBgColor='827F79'; // Background color when mouse is over var HighSubBgColor='A02A31'; // Background color when mouse is over on subs var FontLowColor='A02A31'; // Font color when mouse is not over var FontSubLowColor='FFFFFF'; // 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='45465B'; // Border color var BorderSubColor='45465B'; // 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=0; // 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=1; // Multiple frames x correction var LeftPaddng=6; // 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=300; // delay before menu folds in var TakeOverBgColor=0; // 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("Company Overview","?section=overview","",0,31,105); Menu2=new Array("Corporate Information","","",5,31,116); Menu2_1=new Array("Corporate Directory","?section=directory","",0,20,145); Menu2_2=new Array("Board of Directors","?section=directors","",0); Menu2_3=new Array("Corporate Governance","?section=governance","",0); Menu2_4=new Array("Disclaimer","?section=disclaimer","",0); Menu2_5=new Array("Privacy Statement","?section=privacy","",0); Menu3=new Array("Projects","","",2,42,105); Menu3_1=new Array("Western Australia","","",6,20,180); Menu3_1_1=new Array("Mt Jewell Project","?section=projects&project=1","",0,20,150); Menu3_1_2=new Array("Laverton Project","?section=projects&project=2","",0); Menu3_1_3=new Array("Roe Project","?section=projects&project=3","",0); Menu3_1_4=new Array("Eastman Project","?section=projects&project=4","",0,20,150); Menu3_1_5=new Array("Laura River Project","?section=projects&project=5","",0,20,166); Menu3_1_6=new Array("Griffins Find Project","?section=projects&project=12","",0,20,166); Menu3_2=new Array("Ontario, Canada","","",1); Menu3_2_1=new Array("Thunder Bay North Project","?section=projects&project=7","",0,20,166); Menu4=new Array("Investor Information","","",9,42,105); Menu4_1=new Array("Announcements","?section=announcements&pg=1","",0,20,146); Menu4_2=new Array("Quarterly Reports","?section=announcements&pg=2","",0); Menu4_3=new Array("Half Year Reports","?section=announcements&pg=3","",0); Menu4_4=new Array("Annual Reports","?section=announcements&pg=4","",0); Menu4_5=new Array("Prospectus","?section=announcements&pg=5","",0); Menu4_6=new Array("Analyst Coverage","?section=announcements&pg=6","",0); Menu4_7=new Array("Presentations","?section=announcements&pg=7","",0); Menu4_8=new Array("Boardroom Radio","?section=announcements&pg=8","",0); Menu4_9=new Array("Technical Reports","?section=announcements&pg=9","",0); Menu5=new Array("Contact Us","","",1,42,105); Menu5_1=new Array("Office","?section=office","",0,20,162); Menu6=new Array("Employment Opportunities","?section=employment","",0,42,105);