var fDesc=new Array(); fDesc[0] = "Virtual Families is a casual family sim that runs in true real time. Adopt a little person from the thousands of choices of little people who live inside your computer. Encourage them to work in their chosen career to earn money for necessities and luxuries, help them choose a suitable mate, start and raise a family, let them kick back with a variety of leisure activities, and take care of and improve their home."; 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 = ''; } }