var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Board and Chair Members',
        bIsWebPath:true,
        sUrl:'board_chairmembers.html'
    },
    {   sTitle:'PTA Units',
        bIsWebPath:true,
        sUrl:'ptaunits.html'
    },
    {   sTitle:'Council Bylaws (Password Protected)',
        bIsWebPath:true,
        sUrl:'PC_Bylaws_online.pdf'
    },
    {   sTitle:'Council Directory (Password Protected)',
        bIsWebPath:true,
        sUrl:'ONLINE_DIRECTORY_2012.pdf',
        sTarget:'_self'
    }]
},
{   sTitle:'Calendar',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Council Meetings and Events',
        bIsWebPath:true,
        sUrl:'council_meetings.html'
    },
    {   sTitle:'PUSD Calendar',
        sUrl:'http://www.powayusd.com/calendars/',
        sTarget:'_blank'
    },
    {   sTitle:'Unit Events',
        bIsWebPath:true,
        sUrl:'unitevents.html'
    }]
},
{   sTitle:'Links',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Ninth District PTA',
        sUrl:'http://www.ninthdistrictpta.org',
        sTarget:'_blank'
    },
    {   sTitle:'California State PTA',
        sUrl:'http://www.capta.org',
        sTarget:'_blank'
    },
    {   sTitle:'National PTA',
        sUrl:'http://www.pta.org',
        sTarget:'_blank'
    },
    {   sTitle:'Poway Unified School District',
        sUrl:'http://www.powayusd.com',
        sTarget:'_blank'
    }]
},
{   sTitle:'Newsletters/Reports',
    bIsWebPath:true,
    sUrl:'newsletters_reports.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photogallery.html'
},
{   sTitle:'Programs/Services',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Adopt-A-Family Program',
        bIsWebPath:true,
        sUrl:'adoptafamily.html',
        sTarget:'_self'
    },
    {   sTitle:'Character Counts',
        sUrl:'http://www.powayusd.com/depts/student_support/charCounts.shtml',
        sTarget:'_blank'
    },
    {   sTitle:'Community Concerns',
        bIsWebPath:true,
        sUrl:'community_concerns.html'
    },
    {   sTitle:'College Readiness',
        sUrl:'http://www.pusdcollegefair.org/',
        sTarget:'_blank'
    },
    {   sTitle:'Convention',
        bIsWebPath:true,
        sUrl:'convention.html'
    },
    {   sTitle:'Legislation',
        bIsWebPath:true,
        sUrl:'legislation.html'
    },
    {   sTitle:'Membership',
        bIsWebPath:true,
        sUrl:'membership.html'
    },
    {   sTitle:'Reflections',
        bIsWebPath:true,
        sUrl:'reflections.html'
    },
    {   sTitle:'Student Involvement',
        bIsWebPath:true,
        sUrl:'student_involvement.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Resources/Forms',
    bIsWebPath:true,
    sUrl:'forms.html',
    sTarget:'_self'
},
{   sTitle:'Scholarships',
    bIsWebPath:true,
    sUrl:'scholarships.html',"childArray" : [
    {   sTitle:'Council Scholarship',
        bIsWebPath:true,
        sUrl:'council_scholarship.html'
    },
    {   sTitle:'Romag Scholarship',
        bIsWebPath:true,
        sUrl:'romag_scholarship.html'
    }]
}]
});
