var customNavTree19 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'info.html',
    sTarget:'_self'
}]
});
