var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Our Blog',
    'bIsExternal':true,
    'sUrl':'http://onceuponablueridge.wordpress.com/',
    'sTarget':'_blank'
},
{   'sTitle':'Our Shows',
    'bIsWebPath':true,
    'sUrl':'ourshows.html',"childArray" : [
    {   'sTitle':'STICKS AND STONES-ANTI-BULLYING SHOW',
        'bIsWebPath':true,
        'sUrl':'sticksandstones.html'
    },
    {   'sTitle':'HEAVEN ON WHEELS',
        'bIsWebPath':true,
        'sUrl':'page6.html'
    },
    {   'sTitle':'MR. LINCOLN\'S OFFICE',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    },
    {   'sTitle':'THE LIVING STORYBOOK SHOWS',
        'bIsWebPath':true,
        'sUrl':'page8.html'
    },
    {   'sTitle':'THE LIVING STORYBOOK PROGRAM',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'A CHRISTMAS CAROL REVISITED',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'SPECIAL NEEDS AND SPECIAL FRIENDS',
        'bIsWebPath':true,
        'sUrl':'specialfriends.html'
    },
    {   'sTitle':'SUMMER SEASON 2012',
        'bIsWebPath':true,
        'sUrl':'summerseason.html'
    }]
},
{   'sTitle':'Our Music',
    'bIsWebPath':true,
    'sUrl':'ourmusic.html'
},
{   'sTitle':'Our Film',
    'bIsWebPath':true,
    'sUrl':'page12.html'
},
{   'sTitle':'Newsletter',
    'bIsWebPath':true,
    'sUrl':'newsletter.html'
},
{   'sTitle':'Friends',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'page13.html'
},
{   'sTitle':'Calendar/News',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Study Guides/PR/Reviews',
    'bIsWebPath':true,
    'sUrl':'guidesflyersreviews.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
