var fDesc=new Array(); fDesc[0] = "With The Sims Art Studio you can create new wall paintings, then have your Sims actually buy them and hang them on their walls!
Now you can make paintings from any Windows Bitmap File ( file.bmp ) or JPEG ( file.jpg ) that really work in The Sims. There are just six easy steps to take and a Sim will help you along the way."; 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 = ''; } }