var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Resume',
    bIsWebPath:true,
    sUrl:'resume.html'
},
{   sTitle:'Culture Measures',
    bIsWebPath:true,
    sUrl:'culture_survey_catalogue.html'
},
{   sTitle:'Acculturation Measures',
    bIsWebPath:true,
    sUrl:'acculturation_survey_catalogue.html'
},
{   sTitle:'Research',
    bIsWebPath:true,
    sUrl:'research.html',"childArray" : [
    {   sTitle:'Papers',
        bIsWebPath:true,
        sUrl:'papers.html'
    },
    {   sTitle:'On-going Research',
        bIsWebPath:true,
        sUrl:'ongoing_projects.html'
    },
    {   sTitle:'Corporate Training',
        bIsWebPath:true,
        sUrl:'training.html'
    },
    {   sTitle:'Research Assistants',
        bIsWebPath:true,
        sUrl:'ra.html'
    }]
},
{   sDescription:'International Business/International Management Student Collaboration Project',
    sTitle:'X-Culture',
    bIsWebPath:true,
    sUrl:'x-culture.html',"childArray" : [
    {   sDescription:'International Business Student Collaboration Project',
        sTitle:'Project_Description',
        bIsWebPath:true,
        sUrl:'project_description.html'
    },
    {   sTitle:'Certificates',
        bIsWebPath:true,
        sUrl:'certificate.html'
    }]
},
{   sDescription:'Educational Videos, Cartoons, International Cooperation',
    sTitle:'Teaching Tools',
    bIsWebPath:true,
    sUrl:'teaching_tools.html',"childArray" : [
    {   sTitle:'Educational Videos',
        bIsWebPath:true,
        sUrl:'educational_videos.html',"childArray" : [
        {   sDescription:'Educational Videos that can be used to make classes more interesting',
            sTitle:'Videos',
            bIsWebPath:true,
            sUrl:'educational_video_links.html'
        },
        {   sDescription:'Copyright',
            sTitle:'Copyright Note',
            bIsWebPath:true,
            sUrl:'copyright_note.html'
        },
        {   sDescription:'Technical Support',
            sTitle:'Tech Support FAQ',
            bIsWebPath:true,
            sUrl:'technical_support.html'
        }]
    },
    {   sTitle:'Cartoons',
        bIsWebPath:true,
        sUrl:'cartoons.html'
    },
    {   sTitle:'Activities',
        bIsWebPath:true,
        sUrl:'activities.html'
    }]
},
{   sTitle:'Science Club',
    bIsWebPath:true,
    sUrl:'science_club.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about.html'
    },
    {   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'schedule.html'
    },
    {   sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'video.html'
    },
    {   sTitle:'Enroll',
        bIsWebPath:true,
        sUrl:'enroll.html'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});
