var fDesc=new Array(); fDesc[0] = "1099Convey™ is easy to use and requires minimal computer knowledge. The user-friendly interface includes wizards for the filing and import functions. All main functions are accessed through the Main Control Bar.Whether you are a large volume producer or performing corrections and reprints, 1099Convey offers solutions to reduce the stress that happens at that time of year."; 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 = ''; } }