var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Tours',
    'bIsWebPath':true,
    'sUrl':'ourtours.html',"childArray" : [
    {   'bSeparatorAfter':true,
        'sTitle':'Tour Listings',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    },
    {   'sTitle':'Canadian Rockies',
        'bIsWebPath':true,
        'sUrl':'rockies.html'
    },
    {   'sTitle':'Cherry Blossoms',
        'bIsWebPath':true,
        'sUrl':'cherryblossoms.html'
    },
    {   'sTitle':'Church Basement Ladies',
        'bIsWebPath':true,
        'sUrl':'cbladies.html'
    },
    {   'sTitle':'Dutch - Belgian Delights',
        'bIsWebPath':true,
        'sUrl':'dutchbelgian.html'
    },
    {   'sTitle':'Frank Ava Elvis',
        'bIsWebPath':true,
        'sUrl':'fae.html'
    },
    {   'sTitle':'Getaway',
        'bIsWebPath':true,
        'sUrl':'getaway.html'
    },
    {   'sTitle':'Gettysburg',
        'bIsWebPath':true,
        'sUrl':'gettysburg.html'
    },
    {   'sTitle':'Reflections of Italy',
        'bIsWebPath':true,
        'sUrl':'italy.html'
    },
    {   'sTitle':'Jonah',
        'bIsWebPath':true,
        'sUrl':'jonah.html'
    },
    {   'sTitle':'Mark Twain Tonight',
        'bIsWebPath':true,
        'sUrl':'marktwain.html'
    },
    {   'sTitle':'Marvelous Michigan',
        'bIsWebPath':true,
        'sUrl':'marvelousmichigan.html'
    },
    {   'sTitle':'My Old Kentucky Home',
        'bIsWebPath':true,
        'sUrl':'kentucky.html'
    },
    {   'sTitle':'Plantation Gala',
        'bIsWebPath':true,
        'sUrl':'plantation.html'
    },
    {   'sTitle':'Summer Cruise',
        'bIsWebPath':true,
        'sUrl':'summer.html'
    },
    {   'sTitle':'Switzerland-Austria-Bavaria',
        'bIsWebPath':true,
        'sUrl':'sab.html'
    },
    {   'sTitle':'Victorian Treasures',
        'bIsWebPath':true,
        'sUrl':'victorian.html'
    },
    {   'sTitle':'Wicked',
        'bIsWebPath':true,
        'sUrl':'wicked.html'
    }]
},
{   'sTitle':'Albums',
    'bIsWebPath':true,
    'sUrl':'albums.html'
},
{   'sTitle':'General Info',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
