var fDesc=new Array(); fDesc[0] = "Punjabi-Gurmukhi Keyboard based on AnmolLipi software (that controls typing of Unicode characters) is installed into your Windows XP/ Vista; one has to switch/toggle to the Punjabi keyboard input to be able to type Gurmukhi characters. The switching between the Gurmukhi & English typing input can also be achieved by pressing the Alt Shift keys on the keyboard or by selecting the input language through the task bar."; 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 = ''; } }