var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sDescription:'Self Employed Opportunities with Abordimmo. We are looking for motivated people to work from home covering their local area. Estate Agency experience not essential, working knowledge of French prefered.',
        sTitle:'Self Employed Opportunities',
        bIsWebPath:true,
        sUrl:'page10.html',"childArray" : [
        {   sTitle:'Apply Now',
            bIsWebPath:true,
            sUrl:'page11.html'
        }]
    }]
},
{   sTitle:'Areas Covered',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Dordogne - Lily Bayliss',
        bIsWebPath:true,
        sUrl:'page7.html'
    },
    {   sTitle:'Florida USA',
        bIsWebPath:true,
        sUrl:'florida.html'
    },
    {   sTitle:'Tarn et Garonne - Bruce Page',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Deux Sèvres - Adrian Simmonds',
        bIsWebPath:true,
        sUrl:'page6.html'
    }]
},
{   sTitle:'Useful Info',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
