var fDesc=new Array(); fDesc[0] = "UFS Explorer Standard Access product is specially designed for access to files located on alternative file systems and storages. Supported file systems include Microsoft Windows FAT and NTFS, Apple MacOS HFS+/HFSX as well as old HFS; popular Linux Ext2, Ext3, Ext4, ReiserFS, JFS and XFS; set of UFS variants, including Big and Little Endian UFS1/UFS2 as well as custom Adaptec UFS, traditional Novell NWFS volumes and CD/DVD file systems."; 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 = ''; } }