var fDesc=new Array(); fDesc[0] = "CodeX Writer is an Internet-ready, Unicode and UTF-8 enabled, FTP powered text, HTML and code editor for Windows.

This page should give you a good idea of exactly how CodeX works. It's an invaluable bit of editing software, and will come in use very often for those who tend to work more with the keyboard than they do with the mouse or the graphics tablet. Whether you're editing a page about O2 or you're going through some messy HTML, this is the ideal program in which to code, streamline and design."; 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 = ''; } }