var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Seminar',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'What You\'ll Learn',
    bIsWebPath:true,
    sUrl:'page15.html',
    sTarget:'_self'
},
{   sTitle:'What You\'ll Get',
    bIsWebPath:true,
    sUrl:'page14.html',
    sTarget:'_self'
},
{   sTitle:'Register',
    bIsWebPath:true,
    sUrl:'page16.html',
    sTarget:'_self'
}]
});