var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'Page 2.html'
    }]
}]
});