var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'AlumniCareerServices',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'index.html#AlumniCareerServices'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.htm'
},
{   'sTitle':'Scholarships',
    'bIsWebPath':true,
    'sUrl':'scholarships.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Photos/Videos',
    'bIsWebPath':true,
    'sUrl':'photos.videos.html'
},
{   'sTitle':'Tickets',
    'bIsWebPath':true,
    'sUrl':'tickets.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html',"childArray" : [
    {   'sTitle':'UniversityLinks',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'links.html#UniversityLinks'
    },
    {   'sTitle':'ShoppingLinks',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'links.html#ShoppingLinks'
    },
    {   'sTitle':'Schedules',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'links.html#Schedules'
    },
    {   'sTitle':'Music',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'links.html#Music'
    },
    {   'sTitle':'OtherLinksofInterest',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'links.html#OtherLinksofInterest'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
