function go(URL,cfmText)
{
	var ret;
	ret = confirm(cfmText);
	if(ret!=false) window.location=URL;
}
