var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Selling Your Car',
    bIsWebPath:true,
    sUrl:'selling.html',
    sTarget:'_self'
},
{   sTitle:'Cars for Sale',
    bIsWebPath:true,
    sUrl:'sale.html',
    sTarget:'_self'
},
{   sTitle:'Finance',
    bIsWebPath:true,
    sUrl:'finance.html',
    sTarget:'_self'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});