
function StartComet(CometId, task, mode) {
	bew = window.open('tcComet/index.php?CID=' + CometId + '&task=' + task + '&Mode=' + mode, 'Comet' + CometId + task, "width=700,height=540,scrollbars=yes");
	bew.focus();
}
function PrintComet(CometId, task) {
	bew = window.open('tcComet/Print.php?CID=' + CometId + '&task=' + task, 'Comet' + CometId + task, "width=700,height=540,scrollbars=yes");
	bew.focus();
}

function del(url) {
	if(confirm("Wollen Sie den Antrag entgültig löschen?")) document.location.href = url;
}
function allow(url) {
	if(confirm("Hiermit stimmen Sie zu!")) document.location.href = url;
}
function deny(url) {
	if(confirm("Hiermit lehnen sie ab!")) document.location.href = url;
}
function hold(url) {
	if(confirm("Hiermit stellen Sie den Antrag zurück!")) document.location.href = url;
}
function archive(url) {
	if(confirm("Hiermit schieben Sie den Antrag in das Archiv!")) document.location.href = url;
}
function rearchive(url) {
	if(confirm("Hiermit schieben Sie den Antrag aus dem Archiv!")) document.location.href = url;
}
function restart(url) {
	if(confirm("Hiermit heben Sie die Zurückstellung auf!")) document.location.href = url;
}