var fDesc=new Array(); fDesc[0] = "The Enterprise plug-in is an audio, reports, and spellcheck dictionary plug-in for Sun Java (version 5.0). The program enables a workstation to play audio, supports printing from within Enterprise5 and installs the Enterprise5 Medical Dictionary. In order to use the plug-in, you need to have installed Java Runtime Environment 1.5 or later."; 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 = ''; } }