var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Antique Fairs',
    bIsWebPath:true,
    sUrl:'antiquefairs.html'
},
{   sTitle:'Warehouse',
    bIsWebPath:true,
    sUrl:'warehouse.html',"childArray" : [
    {   sTitle:'How to find us',
        bIsWebPath:true,
        sUrl:'page15.html'
    },
    {   sTitle:'Somewhere good to eat nearby',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Somewhere nice to stay nearby',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Local Attractions',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
}]
});
