var customNavTree26 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Airfares',
    bIsWebPath:true,
    sUrl:'airfares.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Worldwide Scheduled Flights - Search and Book',
        bIsWebPath:true,
        sUrl:'scheduledbooker.htm',
        sTarget:'_self'
    }]
},
{   sTitle:'Hotels',
    sUrl:'http://www.hotelpronto.com/Customer/Availability/HotelSearch.aspx?AffiliateId=8744&lang=en-US',
    sTarget:'_top'
},
{   sTitle:'Tailor Made',
    bIsWebPath:true,
    sUrl:'tailormadetravel.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Worldwide Tailor Made',
        bIsWebPath:true,
        sUrl:'worldwidecollection.html',
        sTarget:'_self'
    },
    {   sTitle:'Australia & NZ Tailor Made ',
        bIsWebPath:true,
        sUrl:'ausandnz_tailormade.html',
        sTarget:'_self'
    },
    {   sTitle:'Asia Tailor Made',
        bIsWebPath:true,
        sUrl:'asiatailormade.html',
        sTarget:'_self'
    },
    {   sTitle:'Canada & USA Tailor Made',
        bIsWebPath:true,
        sUrl:'canada_usa_tailormade.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Car Hire',
    sUrl:'carhire.html',
    sTarget:'_self'
},
{   sTitle:'Insurance',
    sUrl:'http://www.travelinsuranceplus.co.uk/?AgentID=2149',
    sTarget:'_top'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'My Bookings',
    bIsWebPath:true,
    sUrl:'mybooking.html',
    sTarget:'_self'
}]
});
