var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Why Choose Us?',
    'bIsWebPath':true,
    'sUrl':'whychooseus.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Paint Correction',
    'bIsWebPath':true,
    'sUrl':'paintcorrectionpage.html'
},
{   'sTitle':'Gallery ',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Links ',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
