var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'St Cross Hospital & Village',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Village',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'page6.html',
        sTarget:'_self'
    },
    {   sTitle:'Village News',
        bIsWebPath:true,
        sUrl:'page19.html',
        sTarget:'_self'
    },
    {   sTitle:'St Cross Fellowship',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    },
    {   sTitle:'St Cross Mens Group',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    },
    {   sTitle:'Mothers Union',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'The Masters Letters',
        bIsWebPath:true,
        sUrl:'page29.html',
        sTarget:'_self'
    },
    {   sTitle:'Guest Book',
        bIsWebPath:true,
        sUrl:'page30.html',
        sTarget:'_self'
    }]
},
{   sTitle:'St Cross Hospital',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Visiting St Cross',
        bIsWebPath:true,
        sUrl:'page10.html',
        sTarget:'_self'
    },
    {   sTitle:'The Hospital Shop',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'The Tea Room',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'St Cross Church',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'Tourist Information',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    },
    {   sTitle:'Map & Directions',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Useful Links',
        bIsWebPath:true,
        sUrl:'page17.html',
        sTarget:'_self'
    }]
}]
});