var fDesc=new Array(); fDesc[0] = "Urdu Editor is a bilingual Urdu document editor. It saves files in the proprietary UED format as well as notepad TXT. Its virtual keyboard makes it easy to insert the required characters; you do not need to learn Arabic/Urdu typing. This program can also be used to write Arabic and Urdu in design applications such as Adobe Photoshop, Macromedia flash, and CorelDraw."; 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 = ''; } }