// JavaScript Document

function goToWebpage(urlLink)
{
	window.location=urlLink;
}
