var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Alumni',
    bIsWebPath:true,
    sUrl:'alumni.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Registration',
    bIsWebPath:true,
    sUrl:'registration.html'
},
{   sTitle:'Our Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Our  Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
