var fDesc=new Array(); fDesc[0] = "The Sims 2: Seasons is the fifth expansion pack of the popular game for PC, The Sims 2. It introduces different changes in the climate, which affect your Sims dramatically. The Four Seasons are included in the game: Spring, Summer, Autumn and Winter. Each station and its respective climatology (electric storms, torrential rains, snow, days of sun. ..) can affect radically the needs, aspirations, desires and fears of your Sims. Besides, each season will come accompanied by its respective activities (snow balls wars, fishing, wars of squirt guns, etc.) Apart from the great quantity of new objects, collections, costumes, tools for construction, etc. (More than 300 on the whole) this expansion pack includes new neighborhood has been added called Hills of the River Flower. A new and curious object is the well of the desires only a wish per day can be made, since if more are asked , it will be no longer useful and contrary negative effects to the desires will arise, be them infatuations or romance, money or friends."; 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 = ''; } }