function drawFooter() {
	document.write('<table cellpadding="0" cellspacing="0" border="0" width="742">');
	document.write('<tr><td class="footer"><b>Booking enquiries:</b> Telephone +44 (0)20 7226 9035</td>');
	document.write('<td class="footer"><b>Email us:</b> <a href="mailto:enquiries@bixleycottage.co.uk">enquiries@bixleycottage.co.uk</a></td>');
	document.write('<td align="right"><a href="http://www.multimap.com/map/browse.cgi?pc=TN316TH&scale=200000" target="_blank">how to get to Bixley Cottage</a></td>');
	document.write('</tr></table>\n');
}
function bigPic(id) {
	var iW=540;
	var iH=470;
	switch (id) {
		case 2:	iW=540; iH=590;	break;
		case 3:	iW=540; iH=590;	break;
		case 4:	iW=540; iH=430;	break;
		case 5:	iW=540; iH=510;	break;
		case 6:	iW=540; iH=580;	break;
	}
	var w=window.open("popinfo"+id+".htm","bixleyinfo"+id,"width="+iW+",height="+iH);
	w.focus();
}