var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Servers',
    bIsWebPath:true,
    sUrl:'servers.html',
    sTarget:'_self'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html',
    sTarget:'_self'
},
{   sTitle:'Forums',
    sUrl:'http://www.504th-pir.net/504th_forums',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Unit Roster',
        sUrl:'http://www.504th-pir.net/504th_forums/viewtopic.php?f=4&t=5',
        sTarget:'_self'
    },
    {   sTitle:'Enlist',
        sUrl:'http://www.504th-pir.net/504th_forums/viewforum.php?f=5',
        sTarget:'_self'
    }]
}]
});
