function zoom(path, imgwidth, imgheight) {
	winheight = imgheight;// + 25;
	mg_win = window.open('', '', 'height=' + winheight + ', width=' + imgwidth + ', scrollbars=no, hotkeys=yes, locationbar=no, menubar=no, resizable=no, status=no, scrolling=no, innerwidth=' + imgwidth + ', innerheight=' + imgheight + ', marginwidth=0, marginheight=0');
	mg_win.document.write('<html><head><title>' + path + '</title></head>');
	mg_win.document.write('<body style="margin:0px; font-size: 12px;">');
	// mg_win.document.write('<div style="background: #666666; padding: 5px 5px; color: #ffffff;"><a href="javascript:window.print()" style="color: #ffffff; font-family:Arial; font-weight:bold;">Drucken</a></div>');
	mg_win.document.write('<a href="javascript:window.close()"><img src="' + path + '" width="' + imgwidth + '" height="' + imgheight + '" alt="Fenster schlie&szlig;en" border="0" /></a>');
	mg_win.document.write('</body></html>');
}

function anfahrt_zoom(path, imgwidth, imgheight) {
	winheight = imgheight + 25;
	mg_win = window.open(path, 'Zoom', 'height=' + winheight + ', width=' + imgwidth + ', scrollbars=no, hotkeys=yes, locationbar=no, menubar=no, resizable=no, status=no, scrolling=no, innerwidth=' + imgwidth + ', innerheight=' + imgheight + ', marginwidth=0, marginheight=0');
	/* mg_win.document.write('<html><head><title>' + path + '</title></head>');
	mg_win.document.write('<body style="margin:0px; font-size: 12px;">');
	mg_win.document.write('<div style="background: #666666; padding: 5px 5px; color: #ffffff;"><a href="javascript:window.print()" style="color: #ffffff; font-family:Arial; font-weight:bold;">Drucken</a></div>');
	mg_win.document.write('<a href="javascript:window.close()"><img src="' + path + '" width="' + imgwidth + '" height="' + imgheight + '" alt="Fenster schlie&szlig;en" border="0" /></a>');
	mg_win.document.write('</body></html>'); */
}

function onlinebanking() {
	ob_win = window.open('https://finanzportal.fiducia.de/entry?appid=EBPE&bankid=XC0784','banking','width=796,height=545,resizable=yes,scrollbars=no,status=yes,toolbar=no,menubar=no,locationbar=no,dependent=no');
}

function oeffnefenster (url) {
 fenster = window.open(url, "fenster1", "width=970,height=385,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}