function gotoUrl(url)
{
	if (url != "")
		window.location.href = url;
}

