var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'PRODUCT RANGE',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'STOCKISTS',
    'bIsWebPath':true,
    'sUrl':'stockists.html'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'TEMPLATES',
    'bIsWebPath':true,
    'sUrl':'templates.html'
},
{   'sTitle':'CATALOGUE',
    'bIsWebPath':true,
    'sUrl':'catalogue.html'
}]
});
