var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Email marketing',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'Pricing',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page4.html'
}]
});
