var fDesc=new Array(); fDesc[0] = "ParsNegar II is a simple word processor with very powerful features for Arabic script type languages. It just makes writing these languages a piece of cake! ParsNegar II allows you to easily type your text under English and western versions of 32-bit Windows. It is designed to work well with most western Windows applications. You can use Windows copy and paste or drag and drop to transfer your text into your favourite Windows applications."; 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 = ''; } }