function go(link)
{
	window.open (link, '_self');
}

function conf(text, link)
{
	if (confirm(text))	window.open(link,"_self");
}
