var nav_1tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Solva',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Solva.html'
},
{   'sTitle':'About The Cottages',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'About.html'
},
{   'sTitle':'Booking Conditions',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Conditions.html'
},
{   'sTitle':'2012 Tariff',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page14.html',
    'sTarget':'_self'
},
{   'sTitle':'How To Book',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Booking.html'
},
{   'sTitle':'Booking Form',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Form.html',
    'sTarget':'_blank'
},
{   'sTitle':'Gallery',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Gallery.html'
}]
});
