var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Current Listings',
    bIsWebPath:true,
    sUrl:'vacancies.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Rates',
    bIsWebPath:true,
    sUrl:'rates.html'
},
{   sTitle:'We do...',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'We like...',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'For Business',
        bIsWebPath:true,
        sUrl:'page10.html'
    },
    {   sTitle:'For pleasure',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Terms of Business',
    bIsWebPath:true,
    sUrl:'t_of_b.html'
}]
});
