var fDesc=new Array(); fDesc[0] = "Sims Explorer will assist you in editing your custom content for The Sims 2.

Features:

- View, sort and organize
- Change gender
- Binning of haircolors
- Change text-string (tooltip in Bodyshop)
- Change shoe-sound
- View textures
- Preview with thumbnails in the explorer
- Edit other basic properties in the package
- Search for missing meshes
- Point to the files that contains the mesh (where you originally got it or see where it's located)
- View, search and extract content inside .zip and .rar files"; 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 = ''; } }