var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Portfolio',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'News Updates',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page9.html'
}]
});
