
	function ct(obj) {
		obj.target = '_blank';
	} 

	function openindex(verzeichnis) {
		window.location.href=verzeichnis + "/";
	}

