var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Issues',
    bIsWebPath:true,
    sUrl:'issues.html'
},
{   sTitle:'Convention',
    bIsWebPath:true,
    sUrl:'convention.php'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'UEF Officers',
    bIsWebPath:true,
    sUrl:'uefofficers.html'
},
{   sTitle:'Join Us',
    bIsWebPath:true,
    sUrl:'joinus.html'
},
{   sTitle:'Teen Eagles',
    bIsWebPath:true,
    sUrl:'teeneagles.html'
},
{   sTitle:'Utah Legislature',
    bIsWebPath:true,
    sUrl:'legislature.html',
    sTarget:'_self'
},
{   sTitle:'Utah Education',
    bIsWebPath:true,
    sUrl:'utaheducation.html',
    sTarget:'_self'
},
{   sTitle:'US Congress',
    bIsWebPath:true,
    sUrl:'uscongress.html',
    sTarget:'_self'
},
{   sTitle:'Documents',
    bIsWebPath:true,
    sUrl:'documents.html'
}]
});