var fDesc=new Array();
fDesc[0] = "Ultimate Boot Disk Active@ LiveCD combines a number of powerful tools that will enable you recover lost data, reset Windows passwords, make computer system backups and securely erase data. File Systems: Linux Ext2/Ext3/Ext4, BtrFS, F2FS, ReiserFS; Microsoft FAT/exFAT, NTFS; Apple HFS+; IBM JFS; Unix UFS, XFS, ZFS
Storages: SATA / eSATA / HDD / SSD / IDE / SCSI / RAID / LUN / USB / Media Cards: SanDisk, MMC, CompactFlash, MemoryStick, ...
Operating Systems for Backup/Restore, Repair/Recovery from: Microsoft Windows, Apple Mac OS X, Linux, Unix";
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 = '';
}
}