var fDesc=new Array(); fDesc[0] = "This communication package connects with FastTrack's FTP servers to do all communication functions. The bar measures the progress of each file transferred. Push this after all other options have been selected. FTComm will attempt to connect to one or both of our independent servers (one in house and one at a server farm in Arizona). FTComm will automatically retry a bad connection ping/ponging between servers if necessary. It will interrupt a download in progress, but may seem to hang at that point. Wait at least a minute before taking more drastic measures like rebooting."; 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 = ''; } }