// JavaScript Document

function goTo(ziel){
	location.href = ziel;
}
