var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'what we do',
        'bIsWebPath':true,
        'sUrl':'whatwedo.html'
    },
    {   'sTitle':'how we work',
        'bIsWebPath':true,
        'sUrl':'howwework.html'
    },
    {   'sTitle':'mark devitt',
        'bIsWebPath':true,
        'sUrl':'markdevitt.html'
    }]
},
{   'sTitle':'services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'marketing & sales',
        'bIsWebPath':true,
        'sUrl':'marketingsales.html'
    },
    {   'sTitle':'client acquisitions',
        'bIsWebPath':true,
        'sUrl':'clientacquisitions.html'
    },
    {   'sTitle':'summary',
        'bIsWebPath':true,
        'sUrl':'summary.html'
    }]
},
{   'sTitle':'property',
    'bIsWebPath':true,
    'sUrl':'property.html',"childArray" : [
    {   'sTitle':'unique home sales',
        'bIsWebPath':true,
        'sUrl':'uniquehomes13.html'
    },
    {   'sTitle':'properties sold',
        'bIsWebPath':true,
        'sUrl':'propertiessold.html'
    },
    {   'sTitle':'acquisitions',
        'bIsWebPath':true,
        'sUrl':'acquisitions.html'
    }]
},
{   'sTitle':'contact us',
    'bIsWebPath':true,
    'sUrl':'contactus.html',"childArray" : [
    {   'sTitle':'testimonials',
        'bIsWebPath':true,
        'sUrl':'testimonials.html'
    },
    {   'sTitle':'local agents',
        'bIsWebPath':true,
        'sUrl':'localagents.html'
    },
    {   'sTitle':'portals & links',
        'bIsWebPath':true,
        'sUrl':'portalsandlinks.html'
    }]
}]
});
