var fDesc=new Array(); fDesc[0] = "FTPSend will upload a specified file to a web site based on parameters passed to it on the command line or in an encrypted parameter file. By putting it in a batch file or calling it from a macro/procedure in another application, you can automate updating of files on your site."; 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 = ''; } }