var fDesc=new Array(); fDesc[0] = "adixein HFC is a utility that works with printfax.pl in conjunction with mgetty sendfax or HylaFAX to provide printing from Windows via a samba printer share. It is a drop-in replacement for RESPOND that integrates smoothly with your Microsoft Outlook contacts. adiXein HFC does not by default launch itself on Windows startup. For convenience sake, it's probably a good idea to add the program to your startup configuration - either in the "Startup" start menu folder or in the registry."; 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 = ''; } }