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



