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