var fDesc=new Array(); fDesc[0] = "W2/1099 Filer - is designed for fast and accurate data entry and easy printing of W-2's and 1099's.Includes Forms W-2, W-3, 1096, 1099-R, 1099-MISC, 1099-INT, 1099-DIV, 1099-S, and 1098.Prints Forms W-2 and W-3 in formats acceptable for filing with the Social Security Administration and much more."; 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 = ''; } }