var fDesc=new Array(); fDesc[0] = "The SDK is recommended for maintenance work on your Symbian C / Avkon based projects. Its emulator offers the Symbian Belle look and feel, allowing testing your application's UI and adapting it to the new UI style guide. The all-in-one SDKs support development of applications using the following runtimes:
- Qt.
- Symbian C .
- Java™ technology.
- Web Runtime (WRT)."; 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 = ''; } }