var fDesc=new Array(); fDesc[0] = "XML Copy Editor is a fast, free, validating XML editor.
This XML editor might come in handy when it's about editing XML files. It has every function you expect from a quality editor. It is safe to install on all windows platforms and it is easy to use when you know what you need to do."; 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 = ''; } }