var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'PRODUCTS',
    'bIsWebPath':true,
    'sUrl':'ultrasonic-cleaners-products.html'
},
{   'sTitle':'WHERE TO BUY',
    'bIsWebPath':true,
    'sUrl':'ultrasonic-cleaners-sellers-stockists.html'
},
{   'sTitle':'SUPPORT',
    'bIsWebPath':true,
    'sUrl':'ultrasonic-cleaners-advice.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about-ultrasonic-cleaners.html'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact-james-products.html'
}]
});
