var fDesc=new Array(); fDesc[0] = "Fujitsu Hotkey Utility is a free software application that provides on-screen indicators for hot keys (Fn+F3, F4, F6, F7, F8, F9*).When starting Windows after changing display settings or displaying screen saver, there are no Hotkey indicators with Hot Keys (Fn+F3,F4,F6, F7,F8,F9) operation; however, the Hot Keys will still function."; 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 = ''; } }