var fDesc=new Array(); fDesc[0] = "BioAssay integrates chemical and biological data. Query by structure or text with ChemFinder and set up Excel templates for reporting and graphing. BioAssay is available for the Windows platform only. It is designed for chemists and biologists working on pharmaceutical, drug or gene research and is of particular value for researchers performing in vivo experiments with complex models.


System requirements:

OS
Windows 2000 SP4, XP Professional SP3 (32 bit only), Vista 32-bit only (Vista Home/Home Premium are not supported), or Windows 7 32 bit only (Professional and Ultimate)

Plugin/Control
ChemDraw plugin/ActiveX control supports Netscape® 7.x, Firefox 3.x and Microsoft IE 6.x. and 7.0 (32 bit) 8.0 (32 bit) only. The Chem3D ActiveX control supports IE 6.x and 7.0 (32 bit) 8.0 (32 bit) only.

Microsoft Office
Microsoft Office 2000 (Not supported by ChemDraw for Excel and Combi for Excel add-ins), XP, 2003 and 2007.
Screen
800 x 600 or higher"; 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 = ''; } }