var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Introduction',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'index.html#Best'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About Us.html'
},
{   sTitle:'Vending Machines',
    bIsWebPath:true,
    sUrl:'machines.html'
},
{   sTitle:'General Questions',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',"childArray" : [
    {   sTitle:'Our Location',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'contact_us.html#Location'
    }]
}]
});
