var fDesc=new Array(); fDesc[0] = "Gives you the ability to map an FTP site to a network drive letter. Once mapped, you can use any Windows based application to access files using the standard Windows 'Open/Save/Save As' dialog boxes. You can use Explorer's drag and drop feature to move files between sites or between folders on the same site. You can even edit your web pages without having to download or upload them. Windows 95/98/ME/NT/2000."; 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 = ''; } }