var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Our Tours',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Day Tours',
        bIsWebPath:true,
        sUrl:'daytours.html'
    },
    {   sTitle:'Private Tours',
        bIsWebPath:true,
        sUrl:'privatetours.html'
    },
    {   sTitle:'Pickup Points',
        bIsWebPath:true,
        sUrl:'pickup.html',
        sTarget:'_self'
    },
    {   sTitle:'Tour - Photo Gallery',
        bIsWebPath:true,
        sUrl:'photos.html',
        sTarget:'_self'
    },
    {   sTitle:' ',
        sUrl:'',
        sTarget:'_self'
    }]
},
{   sTitle:'Air Transfers',
    bIsWebPath:true,
    sUrl:'airtransfers.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
