﻿function GoToLink(s)
	{
		window.location.href=s;
	}
