<!--  


// Popup box Met-Office Lizard weather 

function Weather() 
{ 
window.open('http://www.metoffice.gov.uk/weather/uk/sw/the_lizard_forecast_weather.html', 
'Window2', ',height=265,width=500,screenY=40,screenX=15,top=40,left=15,scrollbars');
}                       

// -->

