var fDesc=new Array(); fDesc[0] = "This version of MSFileReader is compatible with data files produced by Xcalibur 2.2 / Foundation 2.0, and is backward compatible with previous raw file versions as well. This package contains the installer for both the 32 bit and 64 bit version of MSFileReader 2.2.The application implements the libraries for fileio.dll, fregistry.dll and XRawFile2.dll."; 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 = ''; } }