function init() { tinyMCEPopup.resizeToInnerSize(); // Give FF some time window.setTimeout('insertHelpIFrame();', 10); var tcont = document.getElementById('plugintablecontainer'); var plugins = tinyMCE.getParam('plugins', '', true, ','); if (plugins.length == 0) document.getElementById('plugins_tab').style.display = 'none'; var html = ""; html += '
' + tinyMCE.getLang('lang_plugin') + ' | '; html += '' + tinyMCE.getLang('lang_author') + ' | '; html += '' + tinyMCE.getLang('lang_version') + ' | '; html += '' + info.longname + ' | '; else html += '' + info.longname + ' | '; if (info.authorurl != null && info.authorurl != '') html += '' + info.author + ' | '; else html += '' + info.author + ' | '; html += '' + info.version + ' | '; html += ''; } html += '