<!--


function popimage(imagesrc,winwidth,winheight){ 
var look='width='+winwidth+',height='+winheight+',' 
popwin=window.open("","",look) 
popwin.document.open() 
popwin.document.write('<title>Little Upton Farm</title><body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"><img src="'+imagesrc+'"></body>')
popwin.document.close()
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
