function GoToLink(link)
{
	document.location=link;
}