function changeHref (a, id, mod)
{
	a.href='index.php?m='+mod+'&s=go&bid='+id;
	a.onmousedown="";
	return true;
}
