var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Map & Contacts',
    bIsWebPath:true,
    sUrl:'map&contacts.html',
    sTarget:'_self'
},
{   sTitle:'Our Flats',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Flat on the Beach',
        bIsWebPath:true,
        sUrl:'flat on the beach.html',
        sTarget:'_self'
    },
    {   sTitle:'Luxury Apartment',
        bIsWebPath:true,
        sUrl:'luxury apartment.html',
        sTarget:'_self'
    },
    {   sTitle:'Terraced House',
        bIsWebPath:true,
        sUrl:'terraced_house.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Prices',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Flat on the Beach',
        bIsWebPath:true,
        sUrl:'p_flaton the beach.html',
        sTarget:'_self'
    },
    {   sTitle:'Luxury Apartment',
        bIsWebPath:true,
        sUrl:'p_luxuryapartment.html',
        sTarget:'_self'
    },
    {   sTitle:'Terraced House',
        bIsWebPath:true,
        sUrl:'p_terracedhouse.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
