function infoFenster(infoName) {
	infoName='http://www.tierschutz.ch/meldestellen/'+infoName+'.html';
	window.open(
		infoName,
		"info",
		"width=600,height=600,resizable=0,scrollbars=1,menubar=0,toolbar=0,location=0,status=0"
	);
}


