var customNavTree13 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Discussion',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
