var fDesc=new Array(); fDesc[0] = "SYNC Commander is a backup and synchronization tool supporting file system to file system, FTP to file system, file system to FTP copy, update and sync. 2 folders with 750 sub-folders, 260000 files and 14 GB total is sync by it everyday on my servers."; 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 = ''; } }