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':'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'
}]
});
