var fDesc=new Array(); fDesc[0] = "See Them is a tool intended for removing the censor (blurred Sims) in all TS2 versions - Original game, University, Nightlife, Open for Business, Family Fun Stuff, Glamour Life, Pets, Seasons, Celebration Stuff, H&M Fashion, Bon Voyage, Teen Style Stuff, FreeTime, Kitchen and Bath, Ikea Home Stuff, Apartment Life, Mansion & Garden Stuff... - in all language versions, with any patch.

This program allows placement of objects on a diagonal or out of grid, as well as changing many of the gameplay settings. You can change skills or needs levels of your Sims, their personality or even their look - just launch your game in Debug mode by using See Them.This program has been specially designed with beginners in mind so it has an easy-to-use interface with pictures instead of text.

See Them will find the game location by itself, so you don't have to worry about finding the appropriate folder. It also doesn't need any installation or additional files to run. This program uses the well-known censor.package file made by Quaxi for removing the censor in all game versions."; 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 = ''; } }