var fDesc=new Array(); fDesc[0] = "IMS Web Dwarf is a free WYSIWYG editor for the design of Web content using HTML and SVG (Scalable Vector Graphics). Features include an advanced Text Editor with spell checker and link editor, vector graphics editor, a Renderer with support for radial shading, linear shading and transparency, enhanced page layout, and an FTP client for publishing directly to your web site."; 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 = ''; } }