var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Tal-y-Gaer',
    bIsWebPath:true,
    sUrl:'cottage1.html'
},
{   sTitle:'Sŵn-y-Morloi',
    bIsWebPath:true,
    sUrl:'cottage2.html'
},
{   sTitle:'Gallery & Information',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tal-y-Gaer',
        bIsWebPath:true,
        sUrl:'infotyg.html',
        sTarget:'_self'
    },
    {   sTitle:'Sŵn-y-Morloi',
        bIsWebPath:true,
        sUrl:'infosym.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Availability, Tariff & Special Offers',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tal-y-Gaer',
        bIsWebPath:true,
        sUrl:'tygavailability.html',
        sTarget:'_self'
    },
    {   sTitle:'Sŵn-y-Morloi',
        bIsWebPath:true,
        sUrl:'symavailability.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
}]
});
