function showPage(url) {
	location.href = url;
}

