// "file name" "page title" "(null)"

// Main Navigation-----------------------------------------------------------------------------------------------------------
mainitems=new Array();
mainitems[mainitems.length]=new Array("compProfile.html","Corporate Directory","");
mainitems[mainitems.length]=new Array("financial.html","Investor Relations","");
mainitems[mainitems.length]=new Array("projects.html","Projects","");
mainitems[mainitems.length]=new Array("contact.html","Contact Us","");
mainitems[mainitems.length]=new Array("/","Home","");

// Projects-----------------------------------------------------------------------------------------------------------

urls=new Array();
urls[urls.length]=new Array("tablehill.html","Table Hill & Savory<br>Mn & Ni","");
urls[urls.length]=new Array("stanley.html","Stanley<br>Mn","");
urls[urls.length]=new Array("Diamantina.html","Diamantina<br>Cu-Au","");
urls[urls.length]=new Array("IronOre.html","Iron Ore<br>Exploration","");
urls[urls.length]=new Array("Otherprojects.html","Other<br>Projects","");

// Profile-----------------------------------------------------------------------------------------------------------

comp=new Array();
comp[comp.length]=new Array("history.html","History & Objectives","");
comp[comp.length]=new Array("bod.html","Board of Directors","");
comp[comp.length]=new Array("principal.html","Principal Consultants","");
comp[comp.length]=new Array("compProfile.html","Corporate Directory","");

// Investor Relations-----------------------------------------------------------------------------------------------------------

investor=new Array();
investor[investor.length]=new Array("announce.html","Announcements","");
investor[investor.length]=new Array("financial.html","Reports","");
investor[investor.length]=new Array("press.html","Media & Research","");

// Contact Us-----------------------------------------------------------------------------------------------------------

contact=new Array();
contact[contact.length]=new Array("contact.html","Contact Details","");
contact[contact.length]=new Array("location.html","Location Map","");
contact[contact.length]=new Array("feedback.html","Feedback","");
