var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sponsors',
    bIsWebPath:true,
    sUrl:'sponsors.html'
},
{   sTitle:'Get Involved',
    bIsWebPath:true,
    sUrl:'getinvolved.html',
    sTarget:'_self'
},
{   sTitle:'News & Events',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'About the NSC',
    bIsWebPath:true,
    sUrl:'aboutnsc.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
