var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Cars',
    'bIsWebPath':true,
    'sUrl':'ourcars.html',"childArray" : [
    {   'sTitle':'Close Up Gallery',
        'bIsWebPath':true,
        'sUrl':'closegal.html'
    },
    {   'sTitle':'Jaguar Gallery',
        'bIsWebPath':true,
        'sUrl':'jaguargall.html'
    },
    {   'sTitle':'Beauford Gallery',
        'bIsWebPath':true,
        'sUrl':'beaufordgal.html'
    },
    {   'sTitle':'Weddings Gallery 1',
        'bIsWebPath':true,
        'sUrl':'wedgal1.html'
    },
    {   'sTitle':'Weddings Gallery 2',
        'bIsWebPath':true,
        'sUrl':'weddgal2.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Floral Decor',
        'bIsWebPath':true,
        'sUrl':'decor.html'
    },
    {   'sTitle':'T & C\'s',
        'bIsWebPath':true,
        'sUrl':'terms.html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'FAQ\'s',
    'bIsWebPath':true,
    'sUrl':'faqs.html'
},
{   'sTitle':'Contact/Quote',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Stylish Extras',
    'bIsWebPath':true,
    'sUrl':'stylishextras.html'
},
{   'sTitle':'Links & Events',
    'bIsWebPath':true,
    'sUrl':'linksevents.html',"childArray" : [
    {   'sTitle':'Events',
        'bIsWebPath':true,
        'sUrl':'events.html'
    }]
}]
});
