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