var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Look inside',
    sUrl:'lookinside.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Living Room',
        sUrl:'livingroom.html',
        sTarget:'_self'
    },
    {   sTitle:'Kitchen',
        sUrl:'kitchen.html',
        sTarget:'_self'
    },
    {   sTitle:'Bathroom',
        sUrl:'bathroom.html',
        sTarget:'_self'
    },
    {   sTitle:'Bedroom1',
        sUrl:'bedroom1.html',
        sTarget:'_self'
    },
    {   sTitle:'Bedroom2',
        sUrl:'bedroom2.html',
        sTarget:'_self'
    },
    {   sTitle:'Cottage outside',
        sUrl:'cottageoutside.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Tariff/Availability',
    sUrl:'tariffavailability.html',
    sTarget:'_self'
},
{   sTitle:'Pets',
    sUrl:'pets.html',
    sTarget:'_self'
},
{   sTitle:'Local Area',
    sUrl:'localarea.html',
    sTarget:'_self'
}]
});