var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Bed & Breakfast',
    'bIsWebPath':true,
    'sUrl':'bed-and-breakfast.html'
},
{   'sTitle':'Studio',
    'bIsWebPath':true,
    'sUrl':'studio.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Aviation gallery',
        'bIsWebPath':true,
        'sUrl':'aviation-gallery.html'
    },
    {   'sTitle':'Cornish Landscape Gallery',
        'bIsWebPath':true,
        'sUrl':'cornish-landscapes.html'
    },
    {   'sTitle':'Cornish Seascapes Gallery',
        'bIsWebPath':true,
        'sUrl':'cornish-seascapes.html'
    },
    {   'sTitle':'Tall Ship Gallery',
        'bIsWebPath':true,
        'sUrl':'tall-ship-gallery.html'
    },
    {   'sTitle':'Rural Scenes Gallery',
        'bIsWebPath':true,
        'sUrl':'rural-scenes-gallery.html'
    },
    {   'sTitle':'Pencil Sketches Gallery',
        'bIsWebPath':true,
        'sUrl':'pencil-sketches.html'
    },
    {   'sTitle':'Military Gallery',
        'bIsWebPath':true,
        'sUrl':'military-gallery.html'
    },
    {   'sTitle':'Heavy Horse Gallery',
        'bIsWebPath':true,
        'sUrl':'heavy-horse-gallery.html'
    },
    {   'sTitle':'Flower Gallery',
        'bIsWebPath':true,
        'sUrl':'flower-gallery.html'
    },
    {   'sTitle':'Falmouth Working Boats Gallery',
        'bIsWebPath':true,
        'sUrl':'falmouth-working-boats.html'
    }]
},
{   'sTitle':'Coffee Shop',
    'bIsWebPath':true,
    'sUrl':'coffee-shop.html'
},
{   'sTitle':'Gift Shop',
    'bIsWebPath':true,
    'sUrl':'gift-shop.html'
},
{   'sTitle':'Tariff',
    'bIsWebPath':true,
    'sUrl':'tariff.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
