var fDesc=new Array(); fDesc[0] = "Java Contactor is a cross-platform, contact management, scheduling and email marketing tool. Java Contactor runs on all these platforms: Microsoft Windows, Macintosh, Sun, AIX, Linux, BSD, HP-UX.
Use Java Contactor to create and manage groups, then use the built-in feature to send email. No special email accounts or complicated set-up is involved, and you can use Java Contactor with your existing email account. Use Java Contactor to print out mail labels for direct mail campaigns."; 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 = ''; } }