var customNavTree42 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Meet the Board',
        bIsWebPath:true,
        sUrl:'meet the board.html',
        sTarget:'_self'
    },
    {   sTitle:'Map',
        bIsWebPath:true,
        sUrl:'map.html'
    },
    {   sTitle:'Schedule Of Events',
        bIsWebPath:true,
        sUrl:'soe.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact Info',
        bIsWebPath:true,
        sUrl:'contacts.pdf',
        sTarget:'_self'
    }]
},
{   sTitle:'Event Forms',
    bIsWebPath:true,
    sUrl:'event forms.html',"childArray" : [
    {   sTitle:'Flea Market',
        bIsWebPath:true,
        sUrl:'flea market.html'
    },
    {   sTitle:'Craft Show',
        bIsWebPath:true,
        sUrl:'craft show.html'
    }]
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'2009 photos.html'
},
{   sTitle:'Camping',
    bIsWebPath:true,
    sUrl:'camping.html'
},
{   sTitle:'FAIR BOOK',
    bIsWebPath:true,
    sUrl:'fairbook.html',"childArray" : [
    {   sTitle:'Sponsorship',
        bIsWebPath:true,
        sUrl:'fairsponsorship20001.pdf',
        sTarget:'_self'
    },
    {   sTitle:'Honorees',
        bIsWebPath:true,
        sUrl:'2010 honorees.pdf',
        sTarget:'_self'
    },
    {   sTitle:'Camping Form',
        bIsWebPath:true,
        sUrl:'camping form.pdf',
        sTarget:'_self'
    },
    {   sTitle:'4-H Schedule',
        bIsWebPath:true,
        sUrl:'4Hschedule.pdf',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Supt\'s Contact Info',
            bIsWebPath:true,
            sUrl:'contacts.pdf',
            sTarget:'_self'
        }]
    },
    {   sTitle:'OPEN CLASS',
        bIsWebPath:true,
        sUrl:'open class.html'
    },
    {   sTitle:'4-H',
        bIsWebPath:true,
        sUrl:'4Hschedule.pdf',
        sTarget:'_self'
    },
    {   sTitle:'Livestock',
        bIsWebPath:true,
        sUrl:'livestock.pdf',
        sTarget:'_self'
    },
    {   sTitle:'Entry Form',
        bIsWebPath:true,
        sUrl:'2010entryform1.pdf',
        sTarget:'_self'
    }]
},
{   sTitle:'Fair Events',
    bIsWebPath:true,
    sUrl:'fair events.html',"childArray" : [
    {   sTitle:'Attractions',
        bIsWebPath:true,
        sUrl:'attractions.html',"childArray" : [
        {   sTitle:'Midway Grandstand',
            bIsWebPath:true,
            sUrl:'grandstand.html'
        },
        {   sTitle:'Grandstand',
            bIsWebPath:true,
            sUrl:'grandstand.html',"childArray" : [
            {   sTitle:'Karaoke',
                bIsWebPath:true,
                sUrl:'karaoke.html',
                sTarget:'_self'
            }]
        }]
    }]
}]
});