// JavaScript Document
function goTo(url){
	window.location = url;
}