var fDesc=new Array(); fDesc[0] = "An enterprise network backup application for Windows NT, Windows 95, NetWare, and DOS. It is designed to be easy to use and has a rich set of features which include: Parallel streaming, Multi-stream processing, Reads ARCserve 6.x tapes, Devices located anywhere, Database located anywhere, Concurrent devices within job, SFT-III 4.1x support, Backup/restore Windows registry, Backup/restore NetWare NDS & bindery, Background operation, Autoloader support, Automated autoloader configuration, Automated media management, Flexible/custom media rotation, Media pooling, Fault tolerant devices, Simple user interface, Flexible file-by-file restore, Redirected restore, File versioning, Filter selection options, Centralized administration, Remote management from console or workstation, Integrated security, Enhanced pre & post-session command line support, Btrieve databaseagent included, and much more... For a limited time youmay also download a LIVE copy of the Windows 95 Desktop version by visiting our website."; 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 = ''; } }