var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Our Stores',
    'bIsWebPath':true,
    'sUrl':'stores.html'
},
{   'sTitle':'Fund raisers ',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Office staff',
    'bIsWebPath':true,
    'sUrl':'staff.html'
}]
});
