var fDesc=new Array(); fDesc[0] = "W2 Mate (2014) is a program that allows you to prepare, import, file and print W2 forms and 1099 forms. All data needed to fill W-2, 1099, W3 and 1096 forms can be saved for later use and modification. It generates secure PDF W2's (Employee Copies of W2 Form in PDF Format) and secure PDF 1099's (Recipient Copies of 1099 MISC form in PDF format)."; 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 = ''; } }