var fDesc=new Array(); fDesc[0] = "Bangladesh Computer Council did some research to make a default layout for all Bangladeshi computer users. This keyboard interface sits seamlessly in the system tray and implements the keyboard of your choice. Be independent with your choice from our collection of popular layouts, including UniJoy, National, iNSCRIPT, Rupali. You can download the keyboard input systems absolutely free from our project pages. Enjoy free bangla typing with all those input systems"; 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 = ''; } }