var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.php'
},
{   sTitle:'Flat',
    bIsWebPath:true,
    sUrl:'self-catering-flat.php',
    sTarget:'_self'
},
{   sTitle:'Suite',
    bIsWebPath:true,
    sUrl:'self-catering-suite.php',
    sTarget:'_self'
},
{   sTitle:'Local Guide',
    bIsWebPath:true,
    sUrl:'local-guide.php'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.php'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact-us.php'
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'hilden-guest-house-terms-and-conditions.html',
    sTarget:'_self'
}]
});