var fDesc=new Array(); fDesc[0] = "Put the power of world creation into your hands! Create and share unique new worlds that you design with The Sims 3 Create a World Tool – BETA. Download for free and step into the shoes of The Sims 3 development team by using the same tools the team uses to create worlds and towns for The Sims 3. Design and build entire worlds for your Sims, or begin your creations with pre-made Sunset Valley or Riverview terrains. Expand your creativity, and share your creations online through The Sims 3 Exchange."; 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 = ''; } }