var fDesc=new Array(); fDesc[0] = "With the help of PowerSync, Notebook PC users can workwith up-to-date information in the office, on the road or at home. PowerSync can be setup to automatically synchronize or back-up your files between portable, desktop, and server PCs. It does this over network connections. These automatic operations can run unnoticed, allowing your work to continue un-interrupted. System administrators can now be assured that valuable enterprise data is up-to-date,protected and immediately accessible. PowerSync is a 32bit Windows 95 and NT application that provides a full array of automatic file synchronization and data replication functions and features."; 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 = ''; } }