var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Dog trainer behaviourist based in Plymouth Devon ',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Dog training services Plymouth Devon and Cornwall',
    'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sDescription':'Dog trainer behaviourist Plymouth Devon and Cornwall',
    'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
},
{   'sDescription':'Contact dog trainer Plymouth Devon',
    'sTitle':'Contact ',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
