var fDesc=new Array(); fDesc[0] = "File Replication Monitor can monitor files and directories, and backup files when they are modified. It can replicate the changes made in one folder to that of a local directory or network share. You can also define multiple destinations for a single source folder. The program will send notifications about new files by e-mail to recipients according to a mail list, which you can define."; 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 = ''; } }