var fDesc=new Array(); fDesc[0] = "IUCLID (International Uniform ChemicaL Information Database) is a software application to capture, store, maintain and exchange data on intrinsic and hazard properties of chemical substances. It is a key software application essential for chemical industry to comply with the new legislation, which entered into force on 1 June 2007. The freely downloadable tool will assist chemical companies globally in fulfilling their obligation to submit data to the Agency under the Registration, Evaluation, Authorisation and Restriction of Chemicals (REACH) legislation from 1 June 2008."; 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 = ''; } }