var fDesc=new Array(); fDesc[0] = "If you want to create, edit, upload, test, and share Playstation 3 themes quickly, then PS3 Theme Builder is the perfect solution. Additionally PS3 Theme Builder is the only software out there that allows you to add custom sounds to your themes, with full support for all icons, backgrounds, pointers and more.
Whether you are new to skinning and theme creation, or an old pro, you'll find that PS3 Theme Builder is the perfect solution for all your needs, and best of all it's Free. To install version 3 of this software you first have to download version 2.5 and then download the 3.0 upgrade."; 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 = ''; } }