var fDesc=new Array(); fDesc[0] = "Windows 2000 and Windows XP, Vista as well as Windows 7 has a great (FREE) program that you can use for faxing directly from Microsoft Word. Unfortunately it does not integrate as well with Word as it should … until now.
Fax4 Word is a addon product for Microsoft Word 2000/2002/2003/2007. It works inside Microsoft Word and makes faxing with word FAST, EASY and PAINLESS."; 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 = ''; } }