var fDesc=new Array(); fDesc[0] = "NBKHook is intended for notebook computers that do not have dedicated Home and End keys, forcing you to use both hands to hold down two keys to get a Home or End action. This applies to Fujitsu-Siemens notebooks and possibly some others. Instead of pressing Fn PgUp or Fn PgDn to get Home or End, NBKHook enables you to use Menu PgUp or Menu PgDn. Since Fn is on the left hand side of the keyboard and PgUp, PgDn and Menu are all on the right, this means you can generate Home or End with one hand."; 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 = ''; } }