function upload (field_name, url, type, win) { var cmsURL = '/i/wysiwyg/plugins/upload/upload.php?type=' + type; tinyMCE.activeEditor.windowManager.open({ file : cmsURL, title : 'Загрузить...', width : 520, height : 400, resizable : "yes", inline : "yes", close_previous : "no" }, { window : win, input : field_name }); return false; }