var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Canal Shop',
    bIsWebPath:true,
    sUrl:'canal shop.html'
},
{   sTitle:'Audlem Mill gifts',
    bIsWebPath:true,
    sUrl:'audlem mill gifts.html'
},
{   sTitle:'Needlework & Knitting',
    bIsWebPath:true,
    sUrl:'needlework.html'
},
{   sTitle:'Craft Courses',
    bIsWebPath:true,
    sUrl:'courses.html',"childArray" : [
    {   sTitle:'Course programme',
        bIsWebPath:true,
        sUrl:'course programme.html'
    },
    {   sTitle:'Course Bookings',
        bIsWebPath:true,
        sUrl:'course booking.html'
    }]
},
{   sTitle:'Sheila M Webster - Paintings',
    bIsWebPath:true,
    sUrl:'sheila m webster.html'
},
{   sTitle:'Historical Background',
    bIsWebPath:true,
    sUrl:'history1.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history2.html'
    },
    {   sTitle:'Historical Photos',
        bIsWebPath:true,
        sUrl:'historical photos.html'
    }]
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'Accessibility',
    bIsWebPath:true,
    sUrl:'accessibility.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
