var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'history.html'
},
{   sTitle:'Enquiry',
    bIsWebPath:true,
    sUrl:'enquiry.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'projects.html',
    sTarget:'_self'
}]
});
