var fDesc=new Array(); fDesc[0] = "DESKTOP USERS - Do you reply to a lot of email each day? Do you regularly prepare documents with standard paragraphs? If so, you need Alpha Key Saver. Stop wasting time re-typing the same information over and over. Alpha Key Saver lets you insert text into any application with just a few mouse clicks, or with the help of keyboard shortcuts."; 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 = ''; } }