var fDesc=new Array(); fDesc[0] = "MI3 HTML editor proves to be the best choice for people who want a small, powerful, simple and a complete editing software which is capable of helping its users by providing a very easy to use and user-friendly interface. The Software has a fully functional code editor window which supports all the main features such as syntax highlighting and automatic code completion. The main advantage of using MI3 HTML editor is that it is a freeware software application. So you need not to worry about getting annoying banners or nag screens. Furthermore, the MI3 HTML Editor supports about 3 different types of view modes including Dual with two windows for maximizing in dual monitors, split-view and also individual code and preview-window mode. The software makes use of the popular HTML Tidy for validating HTML code. It is simply the best HTML editor software you can get if you want to have one for free, which is able to provide all the necesary functionalities without providing any confusing options. Internal Previewer is a unique and useful feature of MI3 HTML editor."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }