var fDesc=new Array(); fDesc[0] = "Armenian Unicode Support - Contents: unicode fonts, typewriter and phonetic keyboard layouts installer.
To complete the installation you may need Windows XP installation CD and must be logged in as a user with Administrative privileges.
The Armenian script is used for the Armenian language, which belongs to the Indo-European group."; 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 = ''; } }