var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome!',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'page6.html'
},
{   'sTitle':'February Specials',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
