function go2Page(url) {
	document.location.href = url;
	return false;
}

