var fDesc=new Array(); fDesc[0] = "Lenovo Slim USB Keyboard is a utility that allows you to switch the function keys to standard F1-F12. When this option is enables, you can press F1-F12 to use the standard functions and press the Fn key plus F1-F12 to use the special features printed on each key."; 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 = ''; } }