var fDesc=new Array(); fDesc[0] = "Firestreamer-RM (Removable Media) is a server grade backup solution for Microsoft Windows systems. Firestreamer-RM allows you to use the Microsoft Backup Utility (NTBackup) and Microsoft SQL Server Backup (SQLBackup) to back up your data directly to a wide range of backup media, such as DVD, HDD, Iomega REV, flash memory and so on. Firestreamer-RM supports data compression and encryption, media and drive spanning, Windows Automated System Recovery, remote media drives and more.Firestreamer-RM is for you if:- You use NTBackup or SQLBackup with tapes, but are considering other storage media.- You use NTBackup or SQLBackup with non-tape media, but would like faster backups with data compression and encryption.- You are looking for low cost feature packed backup software for your Windows server, desktop PC or laptop.Firestreamer-RM supports Microsoft Windows 2000, Windows XP and Windows 2003 Server, and is fully compatible with Microsoft Small Business Server 2000/2003 Backup Configuration Wizard."; 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 = ''; } }