var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Lessons',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Useful Information and Links',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Customer comments',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
