function go(val) {
	window.focus()
	document.location = val
}