var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Flights',
        bIsWebPath:true,
        sUrl:'flights.html',"childArray" : [
        {   sTitle:'Domestic',
            bIsExternal:true,
            bIsWebPath:true,
            sUrl:'searchpage.html',
            sTarget:'_self'
        },
        {   sTitle:'International',
            bIsWebPath:true,
            sUrl:'international.html'
        }]
    },
    {   sTitle:'Buses',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'searchpage.html',
        sTarget:'_self'
    },
    {   sTitle:'Railway',
        bIsWebPath:true,
        sUrl:'rail.html'
    },
    {   sTitle:'Hotels - Now Online!',
        bIsWebPath:true,
        sUrl:'hotels.html'
    },
    {   sTitle:'Western Union',
        bIsWebPath:true,
        sUrl:'wu.html'
    },
    {   sTitle:'Cars',
        bIsWebPath:true,
        sUrl:'cars.html'
    },
    {   sTitle:'Internet Access - NEW!',
        bIsWebPath:true,
        sUrl:'ventures.html'
    },
    {   sTitle:'All Services',
        bIsWebPath:true,
        sUrl:'allservices.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
