// popupfunction von mmascato, Angaben immer in pixel
function openWin(theURL,winName,features) {
Fenster = window.open(theURL,winName,features); Fenster.focus();
}
// bearbeitungsmodus
function popup(url) { 
var po = window.open(url,"_pop","width=760,height=590,scrollbars=yes,resizable=yes"); po.focus(); 
}
// Lieblinslinks
function popupl(url) { 
var li = window.open(url,"_popl","width=340,height=360,scrollbars=yes,resizable=yes"); li.focus(); 
}
// komentare abgeben site
function kommentab(url) { 
var li = window.open(url,"_kommentabp","width=400,height=360,scrollbars=yes,resizable=yes"); li.focus(); 
}
// komentare anschauen site
function kommenta(url) { 
var li = window.open(url,"_kommentap","width=400,height=360,scrollbars=yes,resizable=yes"); li.focus(); 
}
// komentare bearbeiten admin
function kommentarebearbeiten(url) { 
var li = window.open(url,"_kommentarebearbeitenp","width=450,height=400,scrollbars=yes,resizable=yes"); li.focus(); 
}

