var fDesc=new Array(); fDesc[0] = "Typhoeus Hotkeys is a free and easy to use program for your Windows computer that allows you to launch programs, files and websites with just a single key press.
With this program you can create links to your content which can be accessed in seconds so that you dont need to keep searching for it. The software comes with a built in backup utility to keep your Hotkeys safe, and has been designed to run in the taskbar as soon as your computer switches on."; 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 = ''; } }