var fDesc=new Array(); fDesc[0] = "OncoLogic™ is a desktop computer program that evaluates the likelihood that a chemical may cause cancer. OncoLogic™ has been peer reviewed, runs on a Windows® PC, and is being released by EPA at no cost, to be available to any researcher or organization wishing to evaluate cancer potential of chemicals.
Currently OncoLogic™ has subsystems that can evaluate fibers, metals, polymers, and more than 48 classes of organic chemicals. If the chemical of interest can not be placed into one of the chemical classes listed, check the Miscellaneous Class or use the Functional Analysis component."; 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 = ''; } }