var fDesc=new Array(); fDesc[0] = "WordFTP is a Microsoft Word add-on that allows you to maintain your MS Word files online. You can Open, Modify and Save .doc files from/to the Web right in MS Word.

No more need to download/upload documents every time, with WordFTP. It is as easy as working with MS Word documents on your local hard drive.

You can store your Word Documents on your webserver and then access and edit them from any location. WordFTP gives you the convenience and timesaving you need."; 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 = ''; } }