var fDesc=new Array();
fDesc[0] = "Pashto Phonetic 2 is a keyboard software that helps you to write with Pashto character,which is an Iranian language spoken in Afghanistan, Pakistan, Iran, India and other arabic countries.
To install, follow the following instructions:
1. Open Control Panel
2. Double click "Regional and Language options" icon.
3. Press "Language" tab.
4. Press "Detail" button.
5. Press "Add" button.
6. Select "Input Language:" Pashto,(if you can't find Pashto in the list, select any Arabic keyboard like Arabic Saudi Arabia or Urdu, Farsi or even Punjabi
7. Select "Keyboard layout/IME:" Pashto Phonetic 2
8. Press Ok or apply to Exit";
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 = '';
}
}