var fDesc=new Array(); fDesc[0] = "Wsearch32 is a Windows program that should run under Win2000 and WinXP and is a mass spectrometry program that can read over 20 different Mass spectral file formats. Wsearch32 is mainly used to display GC/MS data however this version will also display Electrospray data and MALDI -TOF data.
Please let me know what you think of the program, any comments will be appreciated. If you have a file format that you would like Wsearch to support. Please e-mail it to me."; 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 = ''; } }