var fDesc=new Array(); fDesc[0] = "The Sun Java Toolkit for CDC (CDC Toolkit) is a set of tools for creating applications on the desktop for the Java ME CDC application platform. CDC is designed for both mobile and consumer devices that have faster CPUs and more memory than typical wireless devices. The tools encompass an emulation environment that implements the standard APIs below, and a simple interface to develop and run applications in the emulation environment."; 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 = ''; } }