var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Corporate Internship Program',
    bIsWebPath:true,
    sUrl:'corporate_internship_program.html'
},
{   sTitle:'Students and Families',
    bIsWebPath:true,
    sUrl:'students_and_families.html'
},
{   sTitle:'About the Study',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Contact Form',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Site Selection',
        bIsWebPath:true,
        sUrl:'site.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
