var fDesc=new Array(); fDesc[0] = "Enhanced Microsoft Persian Keyboard is a free Microsoft Persian keyboard layout that supports the Zero Width Non-Joiner (ZWNJ) mapped on Shift Space. The program gives you the opportunity to change the keyboard configuration layout and use it with the Persian characters."; 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 = ''; } }