var fDesc=new Array(); fDesc[0] = "With the FTP Client Webhosting you can connect your web hosting FTP server and make all the FTP commands to your web site, fast, easy, and free for personal usage. If you are a webmaster, or a website owner, the FTP Client Webhosting can be useful for you. You can operate all the basic FTP commands, such as: make folder, rename FTP files and folders, download files, upload files, and much more, All this for free for personal usage."; 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 = ''; } }