var fDesc=new Array(); fDesc[0] = "The Sims 2: Nightlife is the second expansion of The Sims 2. In this expansion, the Sims can leave for a walk, have dinner, do a festival, have an appointment, enjoy a bowling alley or go to the music store. Also, they will have their own cars, which they can choose among various types and will serve them to go to any of the places named and also to work. In this expansion The Sims can become hungry vampires or other types of characters, wearing new designs of clothes and new hair styles. There are also 125 new objects and now the Sims can buy potions to a matchmaker gypsy. There is a new aspiration: pleasure, which increases when the sims are tied in appointments. In the appointments there is a meter that measures the scoring of the appointment (regular, normal, well, not ill, excellent, night of daydream. ..) and in the end you are told the score you reached. Depending on the result of the appointment you can get some pretty flowers or a humiliating punch. To convert one of your sims in a creature of the night, they should be bitten by another vampire present in the game. Once turned into a vampire, you can make others become vampires too."; 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 = ''; } }