var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Students',
    bIsWebPath:true,
    sUrl:'students.html'
},
{   sTitle:'Parents',
    bIsWebPath:true,
    sUrl:'parents.html'
},
{   sTitle:'Teachers',
    bIsWebPath:true,
    sUrl:'teachers.html'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Guidance',
    bIsWebPath:true,
    sUrl:'guidance.html',
    sTarget:'_self'
}]
});
