
function GoToURL(strURL) {
	window.location.href = strURL;
}

