var fDesc=new Array(); fDesc[0] = "TSW SiteSync is a professional tool for managing your online websites. It uses the FTP, FTPS or SFTP protocol to work with your files, but instead of focusing on manually downloading and uploading individual files like a regular FTP client, it treats your files as little parts of a complete website. SiteSync will help you synchronize your local and remote files, keep track of changes, show you how your local website differs from your remote website and allow help you make changes to it."; 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 = ''; } }