var fDesc=new Array(); fDesc[0] = "The SDKs include all the key resources needed for applications development, such as documentation, API reference, examples, and an emulator. An IDE is not included. This SDK enables developers to run their applications in an emulator that provides the updated Symbian UI style. The all-in-one Symbian, S60 platform, and S60 device SDKs enable the development of applications using Qt, C , Java™ technology, and web technology."; 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 = ''; } }