var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'aboutus',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Contactus',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'MISDS 1',
    'bIsWebPath':true,
    'sUrl':'page5.html',"childArray" : [
    {   'sTitle':'MISDS',
        'bIsWebPath':true,
        'sUrl':'page6.html'
    }]
}]
});
