// JavaScript Document
function gotoPage (url) {
	window.top.location.href = url;
}