var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Properties to Let',
    bIsWebPath:true,
    sUrl:'Properties to Let.html',"childArray" : [
    {   sTitle:'Fish Hoek',
        bIsWebPath:true,
        sUrl:'FishHoek.html',"childArray" : [
        {   sTitle:'Ithaca 4',
            bIsWebPath:true,
            sUrl:'page47.html'
        }]
    },
    {   sTitle:'Simon\'s Town',
        bIsWebPath:true,
        sUrl:'SimonsTown.html'
    },
    {   sTitle:'Kalk Bay',
        bIsWebPath:true,
        sUrl:'KalkBay.html'
    }]
},
{   sTitle:'Area Information',
    bIsWebPath:true,
    sUrl:'AreaInformation.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'AboutUs.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact Us.html'
},
{   sTitle:'Useful Links',
    bIsWebPath:true,
    sUrl:'Useful Links.html'
}]
});
