/**
 *
 */
function goTo(url)
{
	document.location.href = url;
}
