var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Cars',
    bIsWebPath:true,
    sUrl:'cars.html',"childArray" : [
    {   sTitle:'1936 Rolls-Royce',
        bIsWebPath:true,
        sUrl:'rr_20_25.html'
    },
    {   sTitle:'Rolls-Royce Wraith',
        bIsWebPath:true,
        sUrl:'wraith.html'
    },
    {   sTitle:'Mercedes',
        bIsWebPath:true,
        sUrl:'merc.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery_main.html',"childArray" : [
    {   sTitle:'Gallery 1',
        bIsWebPath:true,
        sUrl:'gallery1.html'
    },
    {   sTitle:'Gallery 2',
        bIsWebPath:true,
        sUrl:'gallery2.html'
    },
    {   sTitle:'Gallery 3',
        bIsWebPath:true,
        sUrl:'gallery3.html'
    }]
},
{   sTitle:'Enquiries',
    bIsWebPath:true,
    sUrl:'enquiries.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Links 1',
        bIsWebPath:true,
        sUrl:'links1.html'
    },
    {   sTitle:'Links 2',
        bIsWebPath:true,
        sUrl:'links2.html'
    },
    {   sTitle:'Links 3',
        bIsWebPath:true,
        sUrl:'links3.html'
    },
    {   sTitle:'Links 4',
        bIsWebPath:true,
        sUrl:'links4.html'
    }]
}]
});