var fDesc=new Array(); fDesc[0] = "Theme Creator Pro is a powerful tool designed to create, edit, browse and manage themes for Sony Ericsson mobile phones. The user-friendly user interface and some smart functions permits you to work efficiently and create themes in minutes.
With the latest version of Theme Creator Pro you can create and preview themes for following phone models: T68/T68i/T68ie, T226, T230/T238, T300/T302/T306, T310/T312/T316, T610/T616/T618, T630/T628, Z600/Z608
For all other phone models, currently not supported by this version of TCPro, edit the theme (source XML code) manually and use TAR Wizard to create the theme!"; 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 = ''; } }