var fDesc=new Array(); fDesc[0] = "EmFTP is an easy to use, quality FTP client application. It can work well with EmEditor, the text editor for Windows. If EmEditor is installed, you can edit a server-side file as if it were a local file. With this program, you can easily import settings from other FTP client software including FFFTP, Internet Explorer and WS FTP and can specify files or folders not to transfer, and files or folders not to delete."; 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 = ''; } }