var fDesc=new Array(); fDesc[0] = "Copies, compresses, or synchronizes 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 97 monitors the source files for changes and additions and then automatically copies the new or changed files to their designated destination. The program uses familiar Windows 95 Explorer interface. An easy to use setup profile Wizard makes the configuration job a snap."; 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 = ''; } }