var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Domain Info',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'about.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Staff',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'domainstaff.html'
    },
    {   'sTitle':'FAQ',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'faq.html'
    }]
},
{   'sTitle':'Camp Info',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'2012 Camp Schedule',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'schedule.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Session Forms',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'forms.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Pay Online',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'campfees.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contacts',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contacts.html',"childArray" : [
    {   'sTitle':'Camper Mail',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'contacts.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Directions',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'directions.html',
    'sTarget':'_self'
}]
});
