var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Large Properties',
    'bIsWebPath':true,
    'sUrl':'gl_large_cottages_scotland.htm'
},
{   'sTitle':'Highlands',
    'bIsWebPath':true,
    'sUrl':'gl_scottish_highlands_and_islands.htm',"childArray" : [
    {   'sTitle':'paterson',
        'bIsWebPath':true,
        'sUrl':'milton-farm-cottage.php'
    },
    {   'sTitle':'rose',
        'bIsWebPath':true,
        'sUrl':'argyll-cottage.php'
    },
    {   'sTitle':'patrick',
        'bIsWebPath':true,
        'sUrl':'aviemore.php'
    },
    {   'sTitle':'lumb',
        'bIsWebPath':true,
        'sUrl':'castlecottages.php'
    },
    {   'sTitle':'thomson',
        'bIsWebPath':true,
        'sUrl':'kilcoychalets.php'
    },
    {   'sTitle':'cooke',
        'bIsWebPath':true,
        'sUrl':'springwell.php'
    },
    {   'sTitle':'cordiner',
        'bIsWebPath':true,
        'sUrl':'inverness-cottages.php'
    }]
},
{   'sTitle':'North East',
    'bIsWebPath':true,
    'sUrl':'gl_scotland_north_east.htm',"childArray" : [
    {   'sTitle':'mchugh',
        'bIsWebPath':true,
        'sUrl':'moraycottages.php'
    },
    {   'sTitle':'hunt',
        'bIsWebPath':true,
        'sUrl':'westerlix.php'
    }]
},
{   'sTitle':'South',
    'bIsWebPath':true,
    'sUrl':'gl_scotland_south.htm',"childArray" : [
    {   'sTitle':'erskine',
        'bIsWebPath':true,
        'sUrl':'williamscraig.php'
    },
    {   'sTitle':'mcclymont',
        'bIsWebPath':true,
        'sUrl':'stranraer.php'
    }]
}]
});
