var fDesc=new Array(); fDesc[0] = "The Sims 3 UIC enables you to replace the images contained in a Sims3Pack file. You can substitute them with any images of your choice (providing they are one of the supported image types). Once you upload your creation to the exchange on thesims3.com, you will see your new images!

Main Features:

-Allows replacing of images, in any valid Sims3Pack file.

-Only changes the images that are used when uploading to sims3.com, leaving images in game unchanged.

-NEW! Supports JPG, BMP, PNG, TIFF, GIF image formats. (You no longer have to convert your images to PNG files)

-NEW! Automatically resizes images to correct dimensions. (You no longer have to resize to 512x512, although a square image will look best)

-NEW! Now compatible with Accessories, Clothing, Hair Colors, Households, Lots, Objects, Patterns, Sims, Tattoos and Worlds.

-NEW! Calculates CRC-64 checksums for replacement images. (May reduce problems with uploading, when an image has been changed)

-NEW! Now fully compatible with Windows 7/Vista. No more annoying errors!

Requirements:

- Operating System: Windows 7/Vista/XP/2000/Me/98
- Microsoft .NET Framework Version 2.0 (No need to download for Windows 7/Vista)"; 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 = ''; } }