var fDesc=new Array(); fDesc[0] = "This software will make it very easy for you to enter, edit, and print your W-2 and 1099MISC forms using your PC. No more white-out or one-finger typing to control accuracy. Just enter and edit W-2 and 1099MISC information on your screen, then print your forms once your proofreading is finished. It's just that easy. Thousands of businesses absolutely LOVE this software AND you will too!"; 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 = ''; } }