var fDesc=new Array(); fDesc[0] = "The NetBeans Mobility Pack 5.5 runs on the J2SE JDK 5.0 (Java 2 JDK, Standard Edition), which consists of the Java Runtime Environment plus developer tools for compiling, debugging, and running applications written in the Java language. The NetBeans Mobility Pack 5.5 runs on operating systems that support the Java VM. Below is a list of platforms that the Mobility Pack has been tested on."; 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 = ''; } }