var fDesc=new Array(); fDesc[0] = "Aquarius Soft PC Keyboard Hotkey (Global Keyboard Shortcut) Professional is a simple, useful and yet powerful computer keyboard utility that helps you activate events quickly with just one key combination. No longer you need to make lots of mouse clicks to find a program to run, run it and activate the function in the program. With PC Keyboard Hotkey Professional, you can do this with just one key combination...anytime and anywhere in Windows!"; 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 = ''; } }