var fDesc=new Array(); fDesc[0] = "The Lucid3 Player is used to play interactive identification or diagnostic keys or guides created using the Lucid3 Builder. It comes in three forms - an application for use on your hard drive and can be packaged with CD based keys; an applet, which is embedded, and used directly, within a web page or CD; and the on-line key player, a fully web based identification solution which requires no other software other than your preferred web browser."; 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 = ''; } }