var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'History',
        'bIsWebPath':true,
        'sUrl':'history.html'
    },
    {   'sTitle':'Pictures',
        'bIsWebPath':true,
        'sUrl':'pictures.html',"childArray" : [
        {   'sTitle':'Fire pictures',
            'bIsWebPath':true,
            'sUrl':'page11.html'
        },
        {   'sTitle':'Santa Pictures',
            'bIsWebPath':true,
            'sUrl':'santa_pictures.html'
        }]
    },
    {   'sTitle':'Officers',
        'bIsWebPath':true,
        'sUrl':'officers.html'
    },
    {   'sTitle':'Hoagies',
        'bIsWebPath':true,
        'sUrl':'hoagies.html',"childArray" : [
        {   'sTitle':'Schedule',
            'bIsWebPath':true,
            'sUrl':'schedule.html'
        }]
    }]
},
{   'sTitle':'Rentals',
    'bIsWebPath':true,
    'sUrl':'rentals.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
