<!--// Galerien
function bildschirm(){
//alert("screen.width: "+screen.width);
if (screen.width > 1024) {
	document.getElementById("tabelle").style.width = "1024px";
	}
}

function verweis_local(datei,fenster){
navigat=window.open(datei,fenster,"location=no,scrollbars=yes,menubar=no,resizable=yes");
navigat=focus();
}




//-->

