var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Top of Page',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_top'
}]
});
