// Link URL
function goTo(url) 
{
	window.location = url
}