var fDesc=new Array();
fDesc[0] = "Akkhor is a beautiful piece of Bengali software. With this software you can easily write bengali language.
With this Word Processor You can:
- Type Bangla phonetically. As example if you write "bangla" then you will see it in bangla language.
- Use any bangla keyboard layout or you can make your own keyboard layout.
- Write bangla by mouse click.
- Type Arabic language also.
- You can convert any texts to picture directly. So no problem to display bangla when you send this mail to anyone.
- With the Translator you can translate english to bengali language!";
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 = '';
}
}