var fDesc=new Array(); fDesc[0] = "Series 60 Theme Studio for Symbian OS is a PC tool for creating themes for Series 60 Developer Platform 2nd Edition mobile devices such as the Nokia 6600, Nokia 6620, and Nokia 7610 mobile phones. The tool enables to the creation of custom Themes which can alter the appearance of all the Series 60 UI components. With the tool Themes can be created, edited, and viewed with full Series 60 UI emulation to allow the appearance of wallpaper, application icons, color schemes, and any other UI component to be evaluated. Once a Theme has been created the Series 60 Theme Studio will package it into a Symbian OS Installation File and prepared it for Open Mobile Alliance (OMA) Digital Rights Management (DRM) protection, if required, ready for deployment to devices."; 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 = ''; } }