var fDesc=new Array(); fDesc[0] = "MetFileRegenerator requires the Java Runtime Environment v1.4 or greater available from Sun Microsystems. It may work on other JVMs that support the 1.4 standard, but I do not test on them nor do I support them. Use them at your own risk, and keep in mind that any bugs you report may be a result of your JVM."; 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 = ''; } }