function showPage(myURL) {
		document.location.href = myURL;
	}