var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Book Us',
    bIsWebPath:true,
    sUrl:'bookus.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'School Dances',
        bIsWebPath:true,
        sUrl:'schooldances.html'
    }]
},
{   sTitle:'Catering',
    bIsWebPath:true,
    sUrl:'catering.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
}]
});