var fDesc=new Array(); fDesc[0] = "Web Site Express is one of those essential tools you'll find yourself using over and over throughout your day. Just highlight the site you want to go to, press the hotkeys you have assigned, and you are off. You can also highlight text in any Windows-compatible program and then trigger the hotkey to see where on the Internet that word might take you"; 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 = ''; } }