var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'google map.html'
},
{   sTitle:'Current Vendors',
    bIsWebPath:true,
    sUrl:'vendors.html'
},
{   sTitle:'Vendor Information',
    bIsWebPath:true,
    sUrl:'vendorinfo.html',"childArray" : [
    {   sTitle:'General Information for Vendors',
        bIsWebPath:true,
        sUrl:'vendor_information.html'
    },
    {   sTitle:'Application',
        bIsWebPath:true,
        sUrl:'application.html'
    }]
},
{   sTitle:'Picture Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contact_information.html'
}]
});
