var fDesc=new Array(); fDesc[0] = "The Asbestos Advisor is an interactive compliance assistance tool. Once installed on your PC, it can interview you about buildings and worksites, and the kinds of tasks workers perform there. It will produce guidance on how the Asbestos standard may apply to those buildings and that work. Its guidance depends on your answers. It can provide general guidance and may, also, be focused on a particular project. It provides pop-up definitions through "hypertext"."; 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 = ''; } }