var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'About Renfrew',
        'bIsWebPath':true,
        'sUrl':'about_renfrew.html'
    },
    {   'sTitle':'Membership',
        'bIsWebPath':true,
        'sUrl':'membership.html'
    },
    {   'sTitle':'Endowment',
        'bIsWebPath':true,
        'sUrl':'endowment.html'
    },
    {   'sTitle':'Contact Us',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    }]
},
{   'sTitle':'Exhibits',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Bell Family Exhibit',
        'bIsWebPath':true,
        'sUrl':'bell.html'
    },
    {   'sTitle':'Pen and Ink',
        'bIsWebPath':true,
        'sUrl':'pen_ink.html'
    },
    {   'sTitle':'Civil War',
        'bIsWebPath':true,
        'sUrl':'civil_war_exhibit.html'
    }]
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'bSeparatorAfter':true,
        'sTitle':'Official Event Calendar',
        'bIsWebPath':true,
        'sUrl':'calendar_events.html'
    },
    {   'sTitle':'Jan - June',
        'bIsWebPath':true,
        'sUrl':'events2 .html'
    },
    {   'sTitle':'July - Sept',
        'bIsWebPath':true,
        'sUrl':'events3.html'
    },
    {   'sTitle':'Oct - Dec',
        'bIsWebPath':true,
        'sUrl':'events4.html'
    }]
},
{   'sTitle':'Traveling Trunk',
    'bIsWebPath':true,
    'sUrl':'trunk.html'
},
{   'sTitle':'Pictures',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Fraktur',
        'bIsWebPath':true,
        'sUrl':'fraktur.html'
    },
    {   'sTitle':'Virtual Tour',
        'bIsWebPath':true,
        'sUrl':'tour.html'
    }]
},
{   'sTitle':'Gift Shop',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Gift Shop',
        'bIsWebPath':true,
        'sUrl':'gift.html'
    },
    {   'sTitle':'Newsletter - Free Download',
        'bIsWebPath':true,
        'sUrl':'news.html'
    }]
},
{   'sTitle':'Park Info',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Park Policy',
        'bIsWebPath':true,
        'sUrl':'policy.html'
    },
    {   'sTitle':'Pavilion Rental',
        'bIsWebPath':true,
        'sUrl':'pav_rentals.html'
    }]
},
{   'sTitle':'Rental Calendar',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'January',
        'bIsWebPath':true,
        'sUrl':'january.html'
    },
    {   'sTitle':'February',
        'bIsWebPath':true,
        'sUrl':'february.html'
    },
    {   'sTitle':'March',
        'bIsWebPath':true,
        'sUrl':'march.html'
    },
    {   'sTitle':'April',
        'bIsWebPath':true,
        'sUrl':'april.html'
    },
    {   'sTitle':'May',
        'bIsWebPath':true,
        'sUrl':'may.html'
    },
    {   'sTitle':'June',
        'bIsWebPath':true,
        'sUrl':'june.html'
    },
    {   'sTitle':'July',
        'bIsWebPath':true,
        'sUrl':'july.html'
    },
    {   'sTitle':'August',
        'bIsWebPath':true,
        'sUrl':'august.html'
    },
    {   'sTitle':'September',
        'bIsWebPath':true,
        'sUrl':'september.html'
    },
    {   'sTitle':'October',
        'bIsWebPath':true,
        'sUrl':'october.html'
    },
    {   'sTitle':'November',
        'bIsWebPath':true,
        'sUrl':'november.html'
    },
    {   'sTitle':'December',
        'bIsWebPath':true,
        'sUrl':'december.html'
    }]
}]
});
