var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Resources',
        bIsWebPath:true,
        sUrl:'resourceredirect.html'
    },
    {   sTitle:'Research Papers',
        bIsWebPath:true,
        sUrl:'papers.html'
    },
    {   sTitle:'Parent Resources',
        bIsWebPath:true,
        sUrl:'parents.html',"childArray" : [
        {   sDescription:'Science of Parenting radio show and podcast series.  Includes links to the Science of Parenting blog, fact sheets, and other resources for parents',
            sTitle:'Science of Parenting',
            bIsWebPath:true,
            sUrl:'sop.html'
        },
        {   sTitle:'Podcasts',
            bIsWebPath:true,
            sUrl:'podcasts.html'
        },
        {   sDescription:'This page describes the MediaQuotient(TM), a standardized test for parents that gives personalized feedback about how their family is using media',
            sTitle:'MediaQuotient',
            bIsWebPath:true,
            sUrl:'mediaquotient.html'
        }]
    },
    {   sTitle:'Student Resources',
        bIsWebPath:true,
        sUrl:'student.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Media Violence and Children Book',
        bIsWebPath:true,
        sUrl:'book1.html'
    },
    {   sTitle:'Violent Video Game Effects Book',
        bIsWebPath:true,
        sUrl:'book2.html'
    },
    {   sTitle:'Questions Parents Have Video',
        bIsWebPath:true,
        sUrl:'video1.html'
    },
    {   sTitle:'Sex Murder & VGs Video',
        bIsWebPath:true,
        sUrl:'smvg.html'
    }]
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html',"childArray" : [
    {   sTitle:'FAQs',
        bIsWebPath:true,
        sUrl:'faqsredirect.html'
    },
    {   sTitle:'Issues - VG Effects',
        bIsWebPath:true,
        sUrl:'issues2.html'
    },
    {   sTitle:'Issues - VG Addiction',
        bIsWebPath:true,
        sUrl:'issue01.html'
    }]
},
{   sTitle:'Speaking',
    bIsWebPath:true,
    sUrl:'speaking.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
