var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to automatically save all open PowerPoint files to a backup file at specified intervals. These backups can be saved to the original folders of the files or to a user specified location. Each backup can be saved as a new file or overwrite the last backup. Backup intervals can be chosen from an extensive drop down menu. The history log of backups can be viewed or saved to the clipboard. PowerPoint 2000 or higher required."; 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 = ''; } }