var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Lodges',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Prices 2011',
        bIsWebPath:true,
        sUrl:'page9.html'
    }]
},
{   sTitle:'Booking',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Local Area',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Comments',
    bIsWebPath:true,
    sUrl:'page14.html'
}]
});