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