var fDesc=new Array();
fDesc[0] = "Anop Hindi Typing Tutor is developed as completely Freeware Desktop Application Tool to learn Typing in Hindi and building the speed of Hindi Typing. Anop Hindi Typing Tutor does not require Internet access in any case. So user can enjoy happy Hindi typing fully off-line.
As we know that Typing Skills are necessary in most of the jobs including Government and Private Sector. Anop Hindi Typing Tutor can help such candidates who are preparing for Information Assistant or jobs like SSC LDC job as well as another Hindi Data Entry Job. In these Jobs the Typing skills is mandatory with a good Hindi Typing Speed.
Other than the Job oriented perspective a person can learn Hindi Typing with his own interest also. As we also know that Hindi Language is used by a large number of people. Thus if you know Typing in Hindi Language you can convey your thoughts in Hindi Also.
Today, there are many on-line tools available to learn Typing in Hindi. But they need Internet connection with faster speed and if you do not have good Internet connection or you live in rural areas, you cannot use them. So we have created a Tool Anop Hindi Typing Tutor for the persons who want to learn Hindi Typing in off-line mode.
As a Summary, Wishing all of you the “Best of Luck” for your examination and if your examination has a typing round of Hindi Typing, you could use “Anop Hindi Typing Tutor” as Freeware Hindi Typing Solution.
Your Suggestions and Ideas are required and hearty requested for the refinement of this project. Please post bugs and problem facing you in Typing Practices. So that it can be remove or improve in next version release.";
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 = '';
}
}