var fDesc=new Array(); fDesc[0] = "You are switching between windows and applications hundreds of times a day. Use JumpToWindow to save a few moments every time you do it. It is much faster than using Alt-Tab or the mouse. If you use SimplyFile or QuickJump, try JumpToWindow. You will like it just as much! Unlike other TechHit products, JumpToWindow works with any Windows application, not just Outlook. Like other TechHit products, it will save you many hours every month."; 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 = ''; } }