var fDesc=new Array(); fDesc[0] = "BanglaWord is a smart word processing application, specifically designed for writing Bengali documents. Bangla text is entered using only the vowels (swarabarnas) and the consonant (banjonbarnos). The conjunct characters (juktho okkors) are placed automatically by the system if possible otherwise when indicated by the user. Bengali alphabet is mapped phonetically on to the standard QWERTY keyboard, independent of any Bangla font. This minimise the initial learning curve and removes the need for a physical layout template."; 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 = ''; } }