var fDesc=new Array();
fDesc[0] = "Welcome to Eng2Guj character converter software. Eng2Guj software works as you speak Gujarati language. It's very useful for your office and personal works. It has best features and also simple to use. This software solves your Gujarati typing problems.
Eng2Guj software is very useful to the people who wants to type letter or any other documents in Gujarati using computer but do not know Gujarati typing in computer. In Eng2Guj there is a facility of Real Time help and full keyboard help, there is also facility of transfer to Microsoft Word";
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 = '';
}
}