var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Consultancy',
    'bIsWebPath':true,
    'sUrl':'page8.html'
},
{   'sTitle':'Print',
    'bIsWebPath':true,
    'sUrl':'banners.html'
},
{   'sTitle':'Web Hosting and Design',
    'bIsWebPath':true,
    'sUrl':'web.html'
},
{   'sTitle':'Promotional Products',
    'bIsWebPath':true,
    'sUrl':'promotional.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
