function cmsEditor(page, id, tpos)
{
 var iBreite = screen.width;
 var iHoehe = screen.height;

 var FEDITOR = window.open('htmleditor/index.php?page=' + page + '&id=' + id + '&tpos=' + tpos, 'Editor', 'width=' + iBreite + ', height=' + iHoehe + ', left=0, top=0, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=yes, status=yes, toolbar=no');
 FEDITOR.focus();
}

function cmsDokDiag()
{
 var FEDITOR = window.open('htmleditor/editor/dialog/fck_dokumente/index.php', 'Editor', 'width=500, height=400, dependent=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=yes, toolbar=no');
 FEDITOR.focus();
}
function cmsBilderDiag()
{
 var FEDITOR = window.open('htmleditor/editor/dialog/fck_bilder/index.php', 'Editor', 'width=500, height=400, dependent=yes, location=no, menubar=no, resizable=yes, scrollbars=yes, status=yes, toolbar=no');
 FEDITOR.focus();
}

function cmsKvon()
{
 var FKALENDER = window.open('kalender/von.html', 'Kalender', 'width=230, height=255, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
 FKALENDER.focus();
}
function cmsKbis()
{
 var FKALENDER = window.open('kalender/bis.html', 'Kalender', 'width=230, height=255, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
 FKALENDER.focus();
}
function cmsKdatum()
{
 var FKALENDER = window.open('kalender/datum.html', 'Kalender', 'width=230, height=255, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
 FKALENDER.focus();
}
function cmsGalerie(page) {
 var FGALERIE = window.open('kalender/galerie.php?page='+page,'Galeriezuordnung', 'width=300, height=300, dep dependent=yes, location=no, menubar=no, resizable=no, scrollbars=yes, status=yes, toolbar=no');
 FGALERIE.focus();
}