var fDesc=new Array(); fDesc[0] = "This program allows you to edit any type of custom content from Create-A-Sim (CAS) as an alternative to Bodyshop (BS) or SimPE.
The Sims 2 Wardrobe Wrangler will help you to do all of the following:
- Keep Organized: Manage all your custom CAS related content items, edit them into proper categories, change tool tips, set proper color bins, and sort through your files quickly and easily!
- Advanced Functions: Set shoe sounds, and do other things that you would otherwise need a knowledge of a more advanced tool to do.
- Orphan Scanner: Scan for orphan meshes or textures.
- Edit Genetics: Change genetic properties such as genetic power of skin tones, dominance of eye colors, and more."; 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 = ''; } }