var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'Trade IT Home Page',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sDescription':'Trade IT Services',
    'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sDescription':'Trade IT Products',
    'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sDescription':'Trade IT Contact Page',
    'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'About Trade IT',
    'bIsWebPath':true,
    'sUrl':'Page 2.html'
}]
});
