var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Menu\'s',
    'bIsWebPath':true,
    'sUrl':'menus/index.html',"childArray" : [
    {   'sTitle':'A La Carte',
        'bIsWebPath':true,
        'sUrl':'menus/alacarte/index.html'
    },
    {   'sTitle':'Special Set Menu',
        'bIsWebPath':true,
        'sUrl':'menus/specialsetmenu/index.html'
    },
    {   'sTitle':'Sunday Roast',
        'bIsWebPath':true,
        'sUrl':'menus/offers/sunday.html'
    },
    {   'sTitle':'wine list',
        'bIsWebPath':true,
        'sUrl':'menus/wine.html'
    }]
},
{   'sTitle':'Specials',
    'bIsWebPath':true,
    'sUrl':'specials.html',"childArray" : [
    {   'sTitle':'Mothers Day',
        'bIsWebPath':true,
        'sUrl':'mothersday.html',"childArray" : [
        {   'sTitle':'Mothers Day Menu',
            'bIsWebPath':true,
            'sUrl':'mothersdaymenu.html'
        }]
    },
    {   'sTitle':'Christmas 2012',
        'bIsWebPath':true,
        'sUrl':'special/xmas2012.html'
    },
    {   'sTitle':'2 for 1',
        'bIsWebPath':true,
        'sUrl':'menus/offers/2for1.html'
    },
    {   'sTitle':'Diners Card',
        'bIsWebPath':true,
        'sUrl':'dinerscard.html'
    }]
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddings/index.html',"childArray" : [
    {   'sTitle':'Last Minute Deals',
        'bIsWebPath':true,
        'sUrl':'weddings/lastmindeals.html'
    },
    {   'sTitle':'Wedding Form',
        'bIsWebPath':true,
        'sUrl':'weddingform.html'
    }]
},
{   'sTitle':'Functions',
    'bIsWebPath':true,
    'sUrl':'functions/index.html'
},
{   'sTitle':'Accolades',
    'bIsWebPath':true,
    'sUrl':'accolades/index.html'
},
{   'sTitle':'Entertainment',
    'bIsWebPath':true,
    'sUrl':'entertainment/index.html'
},
{   'sTitle':'Guestbook',
    'bIsWebPath':true,
    'sUrl':'guestbook/index.html'
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'find/index.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact/index.html'
}]
});
