var fDesc=new Array(); fDesc[0] = "The Nokia SDKs for Java integrates directly into NetBeans or Eclipse, enabling you to quickly extend your Java language development onto mobile phones based on Series 40. For the Series 40 platform and Symbian an SDK provides the Java APIs supported by each platform release. Once you have built your application, the emulator provided in each SDK enables you to test your application on a Microsoft Windows PC."; 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 = ''; } }