
function openEnglish() {
	var newPG = "http://www.meadowviewcottage.co.uk/" + tE + ".html";
	top.location.href = newPG;
}



function openFrench() {
	var newPG = "http://www.meadowviewcottage.co.uk/" + tF + ".html";
	top.location.href = newPG;
}



function openGerman() {
	var newPG = "http://www.meadowviewcottage.co.uk/" + tG + ".html";
	top.location.href = newPG;
}

