var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Our History',
        bIsWebPath:true,
        sUrl:'page2.html',
        sTarget:'_self'
    },
    {   sTitle:'Activities',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    },
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Officers',
        bIsWebPath:true,
        sUrl:'page11.html',
        sTarget:'_self'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'page3.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Calendar',
    sUrl:'http://www.kofc2951.org/calbear/curblockmonth.html',
    sTarget:'_blank'
},
{   sTitle:'I Want to Join',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html'
}]
});