var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Jan',
    bIsWebPath:true,
    sUrl:'january.html',
    sTarget:'_self'
},
{   sTitle:'Feb',
    bIsWebPath:true,
    sUrl:'february.html',
    sTarget:'_self'
},
{   sTitle:'Mar',
    bIsWebPath:true,
    sUrl:'march.html',
    sTarget:'_self'
},
{   sTitle:'Apr',
    bIsWebPath:true,
    sUrl:'april.html',
    sTarget:'_self'
},
{   sTitle:'May',
    bIsWebPath:true,
    sUrl:'may.html',
    sTarget:'_self'
},
{   sTitle:'Jun',
    bIsWebPath:true,
    sUrl:'june.html',
    sTarget:'_self'
},
{   sTitle:'Jul',
    bIsWebPath:true,
    sUrl:'july.html',
    sTarget:'_self'
},
{   sTitle:'Aug',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'august.html#top',
    sTarget:'_self'
},
{   sTitle:'Sep',
    bIsWebPath:true,
    sUrl:'september.html',
    sTarget:'_self'
},
{   sTitle:'Oct',
    bIsWebPath:true,
    sUrl:'october.html',
    sTarget:'_self'
},
{   sTitle:'Nov',
    bIsWebPath:true,
    sUrl:'november.html',
    sTarget:'_self'
},
{   sTitle:'Dec',
    bIsWebPath:true,
    sUrl:'december.html',
    sTarget:'_self'
},
{   sTitle:'Archive',
    bIsWebPath:true,
    sUrl:'archive.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'2010.html',
        sTarget:'_self'
    },
    {   sTitle:'2009',
        bIsWebPath:true,
        sUrl:'2009.html',
        sTarget:'_self'
    },
    {   sTitle:'2008',
        bIsWebPath:true,
        sUrl:'2008.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Submit Event',
    bIsWebPath:true,
    sUrl:'submit.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
