
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;
}




function fixScrollDivForIpadPhone() {
	if (navigator.userAgent && ( navigator.userAgent.indexOf("iPad") > -1 || navigator.userAgent.indexOf("iPhone") > -1 )) {
		document.getElementById("mainpanel").style.overflow =  "visible";
		document.getElementById("mainpanel").style.width =  "400px";
		document.getElementById("mainpanel").style.height =  "100%";
		document.getElementById("mainpanel").style.zIndex =  "99";
	}
}
