function QuickGoTo() {
  if(document.forms['FormGoTo'].GoTo.value != '') {
		location.href = document.forms['FormGoTo'].GoTo.value;
	}
}
