var customnavtree1 = 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:'Legislature',
    bIsWebPath:true,
    sUrl:'legislature.html'
},
{   sTitle:'Documents',
    bIsWebPath:true,
    sUrl:'documents.html'
},
{   sTitle:'Teen Eagles',
    bIsWebPath:true,
    sUrl:'teeneagles.html'
},
{   sTitle:'US Congress',
    sUrl:'https://writerep.house.gov/writerep/welcome.shtml',
    sTarget:'_blank'
},
{   sTitle:'Utah School Districts',
    sUrl:'http://www.schools.utah.gov/board/members/membermap.htm',
    sTarget:'_blank'
}]
});