function go(url)
{
	window.open(url, '_self');
}