var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html',"childArray" : [
    {   sTitle:'Awards',
        bIsWebPath:true,
        sUrl:'awards.html'
    }]
},
{   sTitle:'Offers',
    bIsWebPath:true,
    sUrl:'offers.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'My Shop is Your Shop 2010',
        bIsWebPath:true,
        sUrl:'2010myshop.html'
    },
    {   sTitle:'Scratchcard',
        bIsWebPath:true,
        sUrl:'scratchcard.html'
    },
    {   sTitle:' Children In Need 2009',
        bIsWebPath:true,
        sUrl:'children_in_need_2009.html'
    },
    {   sTitle:'Old Events',
        bIsWebPath:true,
        sUrl:'oldevents.html'
    }]
},
{   sTitle:'Other Services',
    bIsWebPath:true,
    sUrl:'other_services.html'
},
{   sTitle:'Find Us',
    bIsWebPath:true,
    sUrl:'find_us.html'
}]
});