var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'page71.html'
},
{   sTitle:'Hours and Location',
    bIsWebPath:true,
    sUrl:'page70.html'
},
{   sTitle:'Calendar/Events',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Sheffield Online Store',
    bIsWebPath:true,
    sUrl:'index0.html'
}]
});
