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 cmsBilderDiag2()
{
 var FEDITOR = window.open('htmleditor/editor/dialog/fck_bilder2/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 cmsRubrik(id, ueber, altueber, side)
{
  var FRUBRIK = window.open('kalender/rubrik.php?id='+id+'&ueber='+ueber+'&altueber='+altueber+'&side='+side, 'Rubriken', 'width=380, height=300, left=50, top=50, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
  FRUBRIK.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 cmsRechte(obid)
{
 var FRECHTE = window.open('kalender/rechte.php?obid='+obid, 'Rechtevergabe', 'width=380, height=535, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
 FRECHTE.focus();
}

function cmsFreigabe(obid)
{
 var FFREI = window.open('kalender/freigabe.php?obid='+obid, 'Freischalten', 'width=300, height=220, left=200, top=100, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
 FFREI.focus();
}

function cmsMail(obid, url)
{
 var FMAIL = window.open('kalender/mail.php?obid='+obid+'&url='+url, 'Freischalten', 'width=300, height=200, left=200, top=100, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
 FMAIL.focus();
}

function cmsFoto(pid)
{
 var FMAIL = window.open('kalender/bilder.php?pid='+pid, 'Bildergalerie', 'width=500, height=350, left=200, top=100, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, toolbar=no');
 FMAIL.focus();
}

function getPosition(GlossarID, x, y, yy) {
  document.getElementById('Help').style.left = x + 'px';
  document.getElementById('Help').style.top = y + yy + 8 + 'px';
  ajaxload('GET','ajax.php','?id=' + GlossarID,'contan',true);
  setTimeout("showWindow()",500);
}

function focusinput(name) {
  input = window.document.getElementById(name);
  input.focus();
}
    
function wanttodelete(text, href) {
  message = confirm(text);
  if(message == true) {
	window.document.location.href = href;
  }
}
