function popwin(url) {
props=window.open(url, 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=600, height=350, left = 100, top = 80');
}

function maus(name,color){
name.style.background=color;}

function muellsmilie(mms){
document.muellomat.mm_smilie.value=mms;}

function rein(img) {
if (navigator.userAgent.search(/Opera/)==-1)
    img.style.MozOpacity = 1.0;
if (navigator.userAgent.search(/MSIE/)==25)
    img.filters.alpha.opacity = 100;
}

function raus(img) {
if (navigator.userAgent.search(/Opera/)==-1)
    img.style.MozOpacity = 0.5;
if (navigator.userAgent.search(/MSIE/)==25)
    img.filters.alpha.opacity = 50;
}

function loesch(jform,jinput,lid) {
var box=confirm("Wirklich löschen?");
if (box==true) {
document[jform][jinput].value=lid;
document[jform].submit();
} }

function loesch2(url) {
var box=confirm("Wirklich löschen?");
if (box==true)
location.href=url;
}

function fenster(nam,br,ho) {
props=window.open(nam,'poppage','toolbars=0,scrollbars=1,location=0,statusbars=0,menubars=0,resizable=1,width='+br+',height='+ho+',left=100,top=80');
}
