var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'default.htm'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'QUALITY',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
