function edit2(object) {
        var edit={};
        edit.src = object.value;
        edit.object = object;
        edit.styledata=document.styleSheets;
        tmp = window.showModalDialog("../rte/popup_editor.html", edit,"dialogWidth:800px;dialogHeight:600px;help:no;status:no;scroll:no;resizable:yes;");
        if(tmp!=null)
            object.value = tmp;
    }

