var fDesc=new Array(); fDesc[0] = "This program enables you to access any Novell, NTFS, or Linux EXT2FS/EXT3FS, or XFS drive from your computer without requiring a network setup. You must connect the drive to your machine and Captain Nemo will automatically mount your Netware, NTFS or Linux partitions in Windows. With this program you can read, search and view all your Novell/NT/Linux files and copy them to your Windows drive."; 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 = ''; } }