var fDesc=new Array(); fDesc[0] = "This software application enables you to upload/download some Sims 4 content (houses, lots, Sims or rooms) from/into your library. It will also allow you to promote your creations not only in your own gallery but also on blogs, websites or even on the site Luniversims. This software tool will change the pictures of your creations in the official Sims 4 Gallery."; 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 = ''; } }