var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'shuttlebus',
    bIsWebPath:true,
    sUrl:'shuttlebus.html',
    sTarget:'_self'
},
{   sTitle:'specialised tours',
    bIsWebPath:true,
    sUrl:'specialised_tours.html',
    sTarget:'_self'
},
{   sTitle:'overnight tours',
    bIsWebPath:true,
    sUrl:'overnight_tours.html',
    sTarget:'_self'
},
{   sTitle:'daily tours',
    bIsWebPath:true,
    sUrl:'daily_tours.html',
    sTarget:'_self'
},
{   sTitle:'city tours',
    bIsWebPath:true,
    sUrl:'city_tours.html',
    sTarget:'_self'
},
{   sTitle:'adventure tours',
    bIsWebPath:true,
    sUrl:'adventure_tours.html',
    sTarget:'_self'
},
{   sTitle:'fishing & cruises',
    bIsWebPath:true,
    sUrl:'fishing_cruises.html',
    sTarget:'_self'
},
{   sTitle:'diving',
    bIsWebPath:true,
    sUrl:'diving.html',
    sTarget:'_self'
},
{   sTitle:'hunting',
    bIsWebPath:true,
    sUrl:'hunting.html',
    sTarget:'_self'
},
{   sTitle:'contact us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
}]
});
