var fDesc=new Array(); fDesc[0] = "The Send Fax Doc is a free program for personal use giving you the ability to send tiff doc files from Windows using any data modem, fast, easy and free for personal usage.
Just select the device you want to use in order to send the fax, set the doc file you want to send, add the phone number ad click on 'Send', the Send Fax Doc will do the rest."; 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 = ''; } }