var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about_hand2net.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'hand2net_services.html',
    sTarget:'_self'
},
{   sTitle:'Samples',
    bIsWebPath:true,
    sUrl:'hand2net_samples.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_hand2net.html',
    sTarget:'_self'
}]
});