// JavaScript Document
function navigateTo(url)
{
	window.location.href = url;
}

