var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Shows',
    'bIsWebPath':true,
    'sUrl':'productions.html'
},
{   'sTitle':'Thespians',
    'bIsWebPath':true,
    'sUrl':'thespians.html'
},
{   'sTitle':'Crew',
    'bIsWebPath':true,
    'sUrl':'stage crew.html'
},
{   'sTitle':'Parents',
    'bIsWebPath':true,
    'sUrl':'parents.html'
},
{   'sTitle':'Funds',
    'bIsWebPath':true,
    'sUrl':'funds.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Classes',
    'bIsWebPath':true,
    'sUrl':'curriculum.html'
},
{   'sTitle':'Recruits',
    'bIsWebPath':true,
    'sUrl':'recruits.html'
},
{   'sTitle':'Dates',
    'bIsWebPath':true,
    'sUrl':'calendar.html',"childArray" : [
    {   'sTitle':'Aug',
        'bIsWebPath':true,
        'sUrl':'aug.html'
    },
    {   'sTitle':'Sept',
        'bIsWebPath':true,
        'sUrl':'page23.html'
    },
    {   'sTitle':'Oct',
        'bIsWebPath':true,
        'sUrl':'october.html'
    },
    {   'sTitle':'Nov',
        'bIsWebPath':true,
        'sUrl':'page24.html'
    },
    {   'sTitle':'Dec',
        'bIsWebPath':true,
        'sUrl':'december.html'
    },
    {   'sTitle':'Jan',
        'bIsWebPath':true,
        'sUrl':'january.html'
    },
    {   'sTitle':'Feb',
        'bIsWebPath':true,
        'sUrl':'february.html'
    },
    {   'sTitle':'Mar',
        'bIsWebPath':true,
        'sUrl':'march.html'
    },
    {   'sTitle':'Apr',
        'bIsWebPath':true,
        'sUrl':'april.html'
    },
    {   'sTitle':'May',
        'bIsWebPath':true,
        'sUrl':'may.html'
    },
    {   'sTitle':'Jun',
        'bIsWebPath':true,
        'sUrl':'june.html'
    },
    {   'sTitle':'Jul',
        'bIsWebPath':true,
        'sUrl':'july.html'
    }]
},
{   'sTitle':'Fans',
    'bIsExternal':true,
    'sUrl':'http://www.facebook.com/pages/Firestone-Theatre/93331959298',
    'sTarget':'_self'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'downloads and links.html'
}]
});
