var fDesc=new Array(); fDesc[0] = "Despite promising myself never to make a version of The Maid for The Sims 2, the overwhelming amount of requests combined with the whinings of certain friends combined with Maxis' seeming unwillingness to allow users to install all of the downloadable file types, has led to its release.

If you're used to Sim File Maid, Sim File Maid 2 is a snap. Drag your zips/rars with downloadable goodies onto The Lawn and she'll do the rest. For file types that Maxis actually has installer technology for, The Maid will "double-click" the file for you. So if you see weird boxes pop-up, it's probably The Sims 2 Installer."; 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 = ''; } }