var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT US',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'ONLINE STORE',
    'bIsExternal':true,
    'sUrl':'http://www.apexcleaningsupplies.com.au/store/'
},
{   'sTitle':'BRANDS',
    'bIsWebPath':true,
    'sUrl':'brands.html'
},
{   'sTitle':'CATALOGUE',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'APEX April_2011.pdf',
    'sTarget':'_blank'
},
{   'sTitle':'MSDS',
    'bIsExternal':true,
    'sUrl':'http://www.apexprofessional.com.au/',
    'sTarget':'_self'
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
