var fDesc=new Array(); fDesc[0] = "The Carbide.ui family of tools enable the creation of themes for Symbian and Series 40 phones. Carbide.ui provides access to all the customizable theme elements in the Symbian and Series 40 UIs, which are among the most customizable phone UIs available. Carbide.ui is designed for professionals and hobbyists alike."; 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 = ''; } }