var NoOffFirstLineMenus=5; // Number of first level items var LowBgColor='18374F'; // Background color when mouse is not over var LowSubBgColor='701129'; // Background color when mouse is not over on subs var HighBgColor='701129'; // Background color when mouse is over var HighSubBgColor='18374F'; // Background color when mouse is over on subs var FontLowColor='FFFFFF'; // 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=0; // Border width var BorderBtwnElmnts=0; // 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=0; // Multiple frames x correction var LeftPaddng=8; // 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=100; // 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 /rdesign01/images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg" Menu1=new Array("rollover:/rdesign01/images/menu/menu01_off.gif:/rdesign01/images/menu/menu01_on.gif","/rdesign01","",0,25,50); Menu2=new Array("rollover:/rdesign01/images/menu/menu02_off.gif:/rdesign01/images/menu/menu02_on.gif","","",8,25,151); Menu2_1=new Array("About Abra Mining Limited","/rdesign01/corporate?section=1","",0,20,170); Menu2_2=new Array("Corporate Directory","/rdesign01/corporate?section=2","",0); Menu2_3=new Array("Board of Directors","/rdesign01/corporate?section=3","",0); Menu2_4=new Array("Senior Management","/rdesign01/corporate?section=4","",0); Menu2_5=new Array("Corporate Governance","/rdesign01/corporate?section=5","",0); Menu2_6=new Array("Code of Conduct","/rdesign01/corporate?section=6","",0); Menu2_7=new Array("Equity Information","/rdesign01/corporate?section=7","",0); Menu2_8=new Array("Top 20 Shareholders","/rdesign01/corporate?section=8","",0); Menu3=new Array("rollover:/rdesign01/images/menu/menu03_off.gif:/rdesign01/images/menu/menu03_on.gif","","",7,25,125); Menu3_1=new Array("ASX Announcements","/rdesign01/investor?section=1&type=ASX","",0,20,140); Menu3_2=new Array("Reports","","",3); Menu3_2_1=new Array("Annual","/rdesign01/investor?section=1&type=A","",0,20,100); Menu3_2_2=new Array("Half Yearly","/rdesign01/investor?section=1&type=H","",0); Menu3_2_3=new Array("Quarterly","/rdesign01/investor?section=1&type=Q","",0); Menu3_3=new Array("Presentations","/rdesign01/investor?section=1&type=Pres","",0); Menu3_4=new Array("Articles","/rdesign01/investor?section=1&type=Art","",0); Menu3_5=new Array("Broker Research","/rdesign01/investor?section=1&type=B","",0); //Menu3_6=new Array("Lead Market Overview","/rdesign01/investor?section=2","",0); Menu3_6=new Array("Subscription Service","/rdesign01/investor?section=3","",0); Menu3_7=new Array("Image Gallery","/rdesign01/investor?section=4","",0); Menu4=new Array("rollover:/rdesign01/images/menu/menu04_off.gif:/rdesign01/images/menu/menu04_on.gif","","",7,25,63); Menu4_1=new Array("Overview","/rdesign01/projects?project=13","",0,20,250); Menu4_2=new Array("Regional Geology","/rdesign01/projects?project=20","",0); Menu4_3=new Array("Historic Exploration","/rdesign01/projects?project=21","",0); Menu4_4=new Array("Mulgul Project","/rdesign01/projects?project=22","",0); Menu4_5=new Array("Jillawarra Joint Venture","/rdesign01/projects?project=23","",0); Menu4_6=new Array("Mt Deverell, Waldurg and Wandry Projects","/rdesign01/projects?project=24","",0); Menu4_7=new Array("Havelock Project","/rdesign01/projects?project=25","",0); Menu5=new Array("rollover:/rdesign01/images/menu/menu05_off.gif:/rdesign01/images/menu/menu05_on.gif","","",4,25,62); Menu5_1=new Array("Contact Abra Mining","/rdesign01/contact?section=1&type=contact","",0,20,130); Menu5_2=new Array("Subscription Service","/rdesign01/contact?section=1&type=subscribe","",0); Menu5_3=new Array("Privacy Policy","/rdesign01/contact?section=2&type=privacy","",0); Menu5_4=new Array("Disclaimer","/rdesign01/contact?section=2&type=disclaimer","",0);