tinyMCEPopup.requireLangPack(); function init() { var ed, tcont; tinyMCEPopup.resizeToInnerSize(); ed = tinyMCEPopup.editor; // Give FF some time window.setTimeout(insertHelpIFrame, 10); tcont = document.getElementById('plugintablecontainer'); document.getElementById('plugins_tab').style.display = 'none'; var html = ""; html += '
' + ed.getLang('advanced_dlg.about_plugin') + ' | '; html += '' + ed.getLang('advanced_dlg.about_author') + ' | '; html += '' + ed.getLang('advanced_dlg.about_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 += '