var fDesc=new Array(); fDesc[0] = "LXcopy is a high-end product for daily use for admins and data-backup. On first sight designed as a simple command line tool, it offers various opportunities for a safe and easy backup of servers, workstations, data bases. On the other hand, as an "Open File Agent" it offers many chances for admins to perform fast backups of the whole system or of data bases that are in use before making important changes."; 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 = ''; } }