<!--
// BEGIN - Funktionen für HTML-Editor -> Vorschaubild vergrössern
function OpenDetailView(theImg,theWidth,theHeight) {
  DetailWnd = window.open('/ScriptLibrary/WebEditor/wnd_detail_viewd.asp?file=' + theImg,'DetailWnd','scrollbars=yes,resizable=yes,width=' + theWidth + ',height=' + theHeight);
  DetailWnd.focus();
}
// END - Funktionen für HTML-Editor -> Vorschaubild vergrössern
//-->

