var fDesc=new Array(); fDesc[0] = "Motorola iDEN SDK is a free program designed for the J2ME Technology (MIDP2.0) which supports building and emulation of J2ME applications for the iDEN platform. This tool provides developers with J2ME platform APIs and iDEN extensions of J2ME-enabled handsets. The SDK provides emulation for the Motorola i710, i730, i830, i265 and i175 handsets."; 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 = ''; } }