var fDesc=new Array(); fDesc[0] = "The Sony Ericsson Themes Creator tool is a "composer" that allows you to personalize the look and feel of any Sony Ericsson mobile phone by quickly creating great-looking themes based on existing components, such as color palettes, sound files, image files or animations.

Version 4.0 is a major new release with a new UI, simplified workflow and wizards, meaning that professional themes can be created in minutes in just three steps."; 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 = ''; } }