var fDesc=new Array(); fDesc[0] = "This Program generates the files with the information of the Withholding Statements, Corrected Withholding Statement and Reconciliation Statement of Income Tax Withheld (Forms 499R-2/W-2PR, 499R-2c/W-2cPR and 499R-3), Informative Returns (Forms 480.5, 480.6A, 480.6B, 480.6C, 480.6D, 480.7C and 480.7D), Annual Reconciliation Statement of Income Subject to Withholding and Nonresidents Annual Return of Income Tax Withheld at Source (Forms 480.6B.1 and 480.30) in the format required by the Department.

Also, it prints for the employee Copy B and Copy C of the Withholding Statement and the copies for the payee of the Informative Returns.

The file generated for the Withholding Statements by this Program complies with the Social Security Administration requirements, therefore, you will be able to electronically transfer and submit the same to that agency."; 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 = ''; } }