var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Canal Electrics home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Electrical services',
    'bIsWebPath':true,
    'sUrl':'electric.html'
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
},
{   'sTitle':'Boat Safety',
    'bIsWebPath':true,
    'sUrl':'boatsafety.html'
},
{   'sTitle':'Contact Me',
    'bIsWebPath':true,
    'sUrl':'contactme.html'
}]
});
