//Extra code to find position:
function findPos(){
  if(bw.ns4){   //Netscape 4
    x = document.layers.layerMenu.pageX
    y = document.layers.layerMenu.pageY
  }else{ //other browsers
    x=0; y=0; var el,temp
    el = bw.ie4?document.all["divMenu"]:document.getElementById("divMenu");
    if(el.offsetParent){
      temp = el
      while(temp.offsetParent){ //Looping parent elements to get the offset of them as well
        temp=temp.offsetParent; 
        x+=temp.offsetLeft
        y+=temp.offsetTop;
      }
    }
    x+=el.offsetLeft
    y+=el.offsetTop
  }
  //Returning the x and y as an array
  return [x,y]
}
pos = findPos();
oM=new makeCM("oM");
oM.resizeCheck=1;
oM.rows=1;
oM.menuPlacement=0;
oM.onlineRoot="";
oM.pxBetween=0;
oM.fillImg="";
//Using the cm_page object to place the menu ----
oM.fromLeft=pos[0];
oM.fromTop=pos[1];
//We also need to "re place" the menu on resize. So:
oM.onresize="pos=findPos(); oM.fromLeft=pos[0]; oM.fromTop=pos[1]";
oM.wait=300;
oM.zIndex=0;
oM.useBar=1;
oM.barWidth=760;
oM.barHeight="menu";
oM.barX="menu";
oM.barY="menu";
oM.barClass="clBar";
oM.barBorderX=0;
oM.barBorderY=0;
//Level properties - ALL properties have to be spesified in level 0
oM.level[0]=new cm_makeLevel(); //Add this for each new level
oM.level[0].borderX=1;
oM.level[0].borderY=1;
oM.level[0].borderClass="clLevel0border";
oM.level[0].offsetX=-30;
oM.level[0].offsetY=5;
oM.level[0].rows=0;
oM.level[0].arrow=5;
oM.level[0].arrowWidth=5;
oM.level[0].arrowHeight=5;
oM.level[0].align="right";
oM.level[0]=new cm_makeLevel(95,28,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(170,17,"clS","clSover",1,1,"clB2",0,"right",0,0,"/rtn2/pics/menu_arrow.gif",10,10);
oM.level[2]=new cm_makeLevel(190,17,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(160,17,"clS2","clS2over");

oM.makeMenu('top1', '', 'Home', '/index.cfm','','','');



  oM.makeMenu('top2', '', 'Places to Visit', ' /places_to_visit/places-to-visit.cfm','','','');
  
  
    oM.makeMenu('subC46C8DF5A6696544E83C517127BA68E01_top2', 'top2', 'Places to Visit', ' /places_to_visit/places-to-visit.cfm','','','');
  
    oM.makeMenu('sub7CFD6EC8BA06082082325E76165CDA1D2_top2', 'top2', 'Places to Visit Search', ' /places_to_visit/places_to_visit.cfm','','','');
  
    oM.makeMenu('subD487201DBBCAEC84335BFE32B988CB293_top2', 'top2', 'South West', ' /places_to_visit/south-west.cfm','','','');
  
    oM.makeMenu('subD48FD6C9D00559E77ACB869ECB93AD104_top2', 'top2', 'Central West', ' /places_to_visit/central-west.cfm','','','');
  
    oM.makeMenu('subD4931C239DAFC6D2C2EDE749DD125D4F5_top2', 'top2', 'North West', ' /places_to_visit/north-west.cfm','','','');
  
  oM.makeMenu('top3', '', 'Where to Stay', ' /where_to_stay/where-to-stay.cfm','','','');
  
  
    oM.makeMenu('subC3B3FC39FE5EDF4421CC51621DDDFAE11_top3', 'top3', 'Where to Stay', ' /where_to_stay/where-to-stay.cfm','','','');
  
    oM.makeMenu('sub7D041326C3D10871F106A92B49B34ABE2_top3', 'top3', 'Where to Stay Search', ' /where_to_stay/where_to_stay.cfm','','','');
  
    oM.makeMenu('sub61619B28EB04AC30E200FD6D0B6BB1CA3_top3', 'top3', 'Caravan Parks & Cabins', ' /where_to_stay/caravan-parks-&-cabins.cfm','','','');
  
    oM.makeMenu('sub5D989431DFA0B013883DC3AD91A769DD4_top3', 'top3', 'Historic Hotels', ' /where_to_stay/historic-hotels.cfm','','','');
  
    oM.makeMenu('sub266CB59AA184176E4FE67FCF84C9D88D5_top3', 'top3', 'Station Stays', ' /where_to_stay/stations.cfm','','','');
  
    oM.makeMenu('sub5DC3D5B7C64B1AE6CB0FA82ABC60E5176_top3', 'top3', 'Hotels and Motels', ' /where_to_stay/hotels-and-motels.cfm','','','');
  
  oM.makeMenu('top4', '', 'Things to See & Do', ' /things_to_see/things-to-see-&-do.cfm','','','');
  
  
    oM.makeMenu('sub9C4EF20BB152A833E4D1E2CBE1D0FE481_top4', 'top4', 'Things to See & Do', ' /things_to_see/things-to-see-&-do.cfm','','','');
  
    oM.makeMenu('sub7D0549EA9BBF852C756A8856B54D07632_top4', 'top4', 'Things to See & Do Search', ' /things_to_see/things_to_see.cfm','','','');
  
    oM.makeMenu('sub1045E0E3D8F2131B40222EFB0891CD243_top4', 'top4', 'Great Outback Pubs', ' /things_to_see/great-outback-pubs.cfm','','','');
  
    oM.makeMenu('sub9C98C220A34D039FF9F621B71F533FF74_top4', 'top4', 'National Parks', ' /things_to_see/national-parks.cfm','','','');
  
    oM.makeMenu('sub38B0B15192A746FD07BAE4CB6D1569AC5_top4', 'top4', 'Camping', ' /things_to_see/camping.cfm','','','');
  
    oM.makeMenu('sub38ACC375A8E4C49BED12253C6C31C8766_top4', 'top4', 'Outback For Kids', ' /things_to_see/outback-for-kids.cfm','','','');
  
    oM.makeMenu('sub87CC7C8EA5889B153D621DED5DAFA25E7_top4', 'top4', 'Station Stays', ' /things_to_see/station-stays.cfm','','','');
  
    oM.makeMenu('sub9C94AF3DC8732D2C7E6CD2A96F6AB9A98_top4', 'top4', 'Dinosaurs & Fossils', ' /things_to_see/dinosaurs-&-fossils.cfm','','','');
  
    oM.makeMenu('subB77F1FC5FDBD3E9289B36D292379CB789_top4', 'top4', 'Outback Heritage', ' /things_to_see/heritage.cfm','','','');
  
    oM.makeMenu('sub9C90AD04F0089704E1BD41A157B2CE8210_top4', 'top4', 'Birdwatching', ' /things_to_see/birdwatching.cfm','','','');
  
    oM.makeMenu('sub9C92CFB2F004A9662340CC0728994C6611_top4', 'top4', 'Opal Fossicking', ' /things_to_see/opal-fossicking.cfm','','','');
  
    oM.makeMenu('subA937AAA9BCF8F2D450E3E30DDAB8064A12_top4', 'top4', 'Four Wheel Driving', ' /things_to_see/four-wheel-driving/four-wheel-driving_home.cfm','','','');
    
          
      oM.makeMenu('sub9C977611A8C8E9C21ADECBF6A2AA5B99_top4', 'subA937AAA9BCF8F2D450E3E30DDAB8064A12_top4', 'Four Wheel Driving', ' /things_to_see/four-wheel-driving/four-wheel-driving_home.cfm','','','');
          
      oM.makeMenu('subA86F33EFF4ACD2052F0D165CAEC2F7BA_top4', 'subA937AAA9BCF8F2D450E3E30DDAB8064A12_top4', '4X4 Tracks', ' /things_to_see/four-wheel-driving/4x4-tracks.cfm','','','');
    
    oM.makeMenu('sub3850102EE2B85592320938E25A0384E613_top4', 'top4', 'Fishing', ' /things_to_see/fishing/fishing_home.cfm','','','');
    
          
      oM.makeMenu('sub9C8E903BD75E5CEAC52E7923F9EA5C70_top4', 'sub3850102EE2B85592320938E25A0384E613_top4', 'Fishing', ' /things_to_see/fishing/fishing_home.cfm','','','');
          
      oM.makeMenu('subA9403320E2A62808440EE806FA4CECB1_top4', 'sub3850102EE2B85592320938E25A0384E613_top4', 'Fishing Spots - South West', ' /things_to_see/fishing/south.cfm','','','');
          
      oM.makeMenu('sub38602CCB9D42CD5F40A342C155D00046_top4', 'sub3850102EE2B85592320938E25A0384E613_top4', 'Fishing Spots - Central West', ' /things_to_see/fishing/central.cfm','','','');
          
      oM.makeMenu('sub385E8ABDC3E017EF35B2E373526D27A3_top4', 'sub3850102EE2B85592320938E25A0384E613_top4', 'Fishing Spots - North West', ' /things_to_see/fishing/north.cfm','','','');
    
  oM.makeMenu('top5', '', 'What\'s On', ' /whats_on/whats-on.cfm','','','');
  
  
    oM.makeMenu('subC95EA2BD9CC574E31D3F12C86EFE70071_top5', 'top5', 'What\'s On', ' /whats_on/whats-on.cfm','','','');
  
    oM.makeMenu('sub7D071120C23B00CF5F68100319DE66B32_top5', 'top5', 'What\'s On Search', ' /whats_on/whats_on.cfm','','','');
  
  oM.makeMenu('top6', '', 'Getting Around', ' /getting_around/getting-around_home.cfm','','','');
  
  
    oM.makeMenu('sub9C4B52BFCD2120EA8D1C16733F13932B1_top6', 'top6', 'Suggested Itineraries', ' /getting_around/suggested-itineraries/suggested-itineraries_home.cfm','','','');
  
    oM.makeMenu('sub9C582A730FA30AD8495EDD114E86D3F32_top6', 'top6', 'Getting Around', ' /getting_around/getting-around_home.cfm','','','');
  
    oM.makeMenu('sub7D08DAF7AD5661ECBB738ADE41337D6B3_top6', 'top6', 'Getting Around Search', ' /getting_around/getting_around.cfm','','','');
  
    oM.makeMenu('subB137776B068CDE2137BDD5884AABF9574_top6', 'top6', 'Rail', ' /getting_around/rail.cfm','','','');
  
    oM.makeMenu('subB13E6004C72101A35D46CE840468DFC35_top6', 'top6', 'Air', ' /getting_around/air.cfm','','','');
  
    oM.makeMenu('subB143CDEBB646BAF9AC6717A4DEDF6DF46_top6', 'top6', 'Coach', ' /getting_around/coach.cfm','','','');
  
    oM.makeMenu('subB1329023C7DDE2385AA4EF1AA6F715117_top6', 'top6', 'Self Drive', ' /getting_around/self-drive.cfm','','','');
  
    oM.makeMenu('sub9C54BEC4B1697CE6346390DEF4C801EB8_top6', 'top6', 'Travelling Tips', ' /getting_around/travelling-tips_home.cfm','','','');
  
    oM.makeMenu('sub6CC169D4B6EBC1EC03E08E064679FDEA9_top6', 'top6', 'Mobile Phone Coverage', ' /getting_around/tcw.cfm','','','');
  
    oM.makeMenu('sub9C45861FB34E804608FB2837C563ED9B10_top6', 'top6', 'Highways & Byways', ' /getting_around/highways-&-byways/highways-&-byways.cfm','','','');
    
          
      oM.makeMenu('subB16CC5230259A3351EE049398441B846_top6', 'sub9C45861FB34E804608FB2837C563ED9B10_top6', 'Highways & Byways', ' /getting_around/highways-&-byways/highways-&-byways.cfm','','','');
          
      oM.makeMenu('sub9C7B3C8DF716BC45E14F132F0A1E9235_top6', 'sub9C45861FB34E804608FB2837C563ED9B10_top6', 'Matilda Highway', ' /getting_around/highways-&-byways/matilda-highway.cfm','','','');
          
      oM.makeMenu('subC12CE051F8894E3C3104657CBCFB67FE_top6', 'sub9C45861FB34E804608FB2837C563ED9B10_top6', 'Overlander\'s Way', ' /getting_around/highways-&-byways/overlanders-way.cfm','','','');
          
      oM.makeMenu('sub8E7FB526DECAC080BD1CACAB1F0AADDF_top6', 'sub9C45861FB34E804608FB2837C563ED9B10_top6', 'Adventure Way', ' /getting_around/highways-&-byways/adventure-way.cfm','','','');
          
      oM.makeMenu('sub4702D03B00334C092532685ADB8D7A42_top6', 'sub9C45861FB34E804608FB2837C563ED9B10_top6', 'Australia\'s Dinosaur Trail', ' /getting_around/highways-&-byways/australias-dinosaur-trail.cfm','','','');
    
  oM.makeMenu('top7', '', 'More Information', ' /more-information/more-information_home.cfm','','','');
  
  
    oM.makeMenu('sub9C59CE8EB4A803469659C77ECEE4C8041_top7', 'top7', 'More Information', ' /more-information/more-information_home.cfm','','','');
  
    oM.makeMenu('subA2A7F671CC800BA19D2FEA16DFF80F262_top7', 'top7', 'FAQ\'s', ' /more-information/faqs.cfm','','','');
  
    oM.makeMenu('subB6F4DEF1D709C75FD103B71C65C62ACC3_top7', 'top7', 'Visitor Information Centres', ' /more-information/visitor-information-centres.cfm','','','');
  
    oM.makeMenu('subFB420A3FADC1253E1DD4AF328F4F03DB4_top7', 'top7', 'Brochure Rack', ' /more-information/brochure-rack.cfm','','','');
  
    oM.makeMenu('sub02F8DD40EFEDA7C2BEF73BA67BDD73525_top7', 'top7', 'Information Search', ' /more-information/information-search.cfm','','','');
  
oM.construct();

