var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Opening Hours',
    bIsWebPath:true,
    sUrl:'opening.html'
},
{   sTitle:'Patient Information',
    bIsWebPath:true,
    sUrl:'information.html',"childArray" : [
    {   sTitle:'Advice Sheets',
        bIsWebPath:true,
        sUrl:'advice.html'
    }]
},
{   sTitle:'Notice Board',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Notice Board 2',
        bIsWebPath:true,
        sUrl:'notices2.html'
    }]
},
{   sTitle:'Meet the Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Hygienist Service',
    bIsWebPath:true,
    sUrl:'hygienist.html'
},
{   sTitle:'Private Fee Guide',
    bIsWebPath:true,
    sUrl:'privatefees.html'
},
{   sTitle:'Denplan Schemes',
    bIsWebPath:true,
    sUrl:'denplan.html'
},
{   sTitle:'Out of Hours Emergency Care',
    bIsWebPath:true,
    sUrl:'emergency.html'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
