var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sDescription':'New Park',
    'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Locations',
    'bIsWebPath':true,
    'sUrl':'sites.html',"childArray" : [
    {   'sTitle':'New Park - Forss Business and Technology Park',
        'bIsWebPath':true,
        'sUrl':'park_forss.html'
    },
    {   'sTitle':'New Park - The Green House',
        'bIsWebPath':true,
        'sUrl':'park_gh.html'
    },
    {   'sTitle':'New Park - Aberdeen Energy and Innovation Parks',
        'bIsWebPath':true,
        'sUrl':'park_aberdeen.html'
    },
    {   'sTitle':'New Park - Cairngorm Technology Park',
        'bIsWebPath':true,
        'sUrl':'park_cairn.html'
    },
    {   'sTitle':'New Park - Midlothian Innovation Centre',
        'bIsWebPath':true,
        'sUrl':'park_mic.html'
    },
    {   'sTitle':'New Park - Energy Technology Centre',
        'bIsWebPath':true,
        'sUrl':'park_etc.html'
    }]
},
{   'sTitle':'Renewables',
    'bIsWebPath':true,
    'sUrl':'renewables.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'News - ETC',
        'bIsWebPath':true,
        'sUrl':'news-1.html'
    },
    {   'sTitle':'News - Smart Technology Heating up at Midlothian Innovation Centre',
        'bIsWebPath':true,
        'sUrl':'news-2.html'
    },
    {   'sTitle':'News - CSC expanding at Forss',
        'bIsWebPath':true,
        'sUrl':'news-3.html'
    }]
},
{   'sTitle':'Directors',
    'bIsWebPath':true,
    'sUrl':'directors.html'
},
{   'sTitle':'Contacts',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
}]
});
