var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to periodically backup any set of files to a specified folder. Simply add files individually, by folder, or by drag-and-drop. Files are automatically saved as copies to the location of your choice. Backup frequency can be set between every 5 minutes and 24 hours. This application sits in the system tray at the bottom right corner of the screen. This software helps you protect your data the easy way."; 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 = ''; } }