var fDesc=new Array(); fDesc[0] = "This major upgrade to the award winning Second Copy 97 adds many new features. Second Copy 2000 copies files and folders from one location to another on the same drive, another drive or across the network. You can setup 'profiles' that describe the source location, the destination location, and the frequency at which you want to copy the files. Second Copy monitors the source files for changes or additions and then automatically copies the new or changed files to their designated destination. The program uses familiar Windows Explorer interface. An easy to use setup profile Wizard, makes configuration job a snap. Advanced options include PKZIP compatible compression, password protection, directory synchronization and background thread priority control. You can also include or exclude specific file or sets of files from the copy and keep up to 25 old versions of files."; 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 = ''; } }