var fDesc=new Array(); fDesc[0] = "BodyShop Mechanic is a simple program that gives you a little better control of the BodyShop program that comes with the Sims2 game, and lets you easily control many useful user-created Bodyshop enhancements. It will not work with the pre-release version of BodyShop, only with the versions that are installed along with the game itself. You can change the default "hands on hips" mannequin pose to any one of many available user-created poses. There are instructions included for creating your own pose files if you like."; 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 = ''; } }