var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'PLUMBING',
    'bIsWebPath':true,
    'sUrl':'plumbing.html'
},
{   'sTitle':'BATHROOMS',
    'bIsWebPath':true,
    'sUrl':'bathrooms.html'
},
{   'sTitle':'ELECTRICAL',
    'bIsWebPath':true,
    'sUrl':'electrical.html'
},
{   'sTitle':'Appliances',
    'bIsWebPath':true,
    'sUrl':'appliances.html'
},
{   'sTitle':'contact us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
