var fDesc=new Array(); fDesc[0] = "For many years, people have been searching for a lightweight, intuitive, powerful, and easy-to-use XML editor to manage the complexity and power of XML. Now, the search has ended with the release of XmlShell The Ultimate Lightweight XML Editor. XmlShell The Ultimate Lightweight XML Editor is the XML editor with all the above desired characteristics."; 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 = ''; } }