var fDesc=new Array(); fDesc[0] = "Snappy Fax automatically sends your fax and notifies you when it's done. Snappy Fax can automatically open and prepare for faxing, Microsoft Word, Microsoft Excel, Open Office Text Documents, Open Office SpreadSheets, PDF Files, Text Files, RTF Files and most image files. Faxes can be sent automatically from a DOS command window using a command line."; 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 = ''; } }