var fDesc=new Array(); fDesc[0] = ""Game Nanny" is free, open source software designed to aid parents restrict what games their children are allowed to play and to manage multiple Steam accounts.

Features:
- Handles a family's single/multiple Steam® accounts
- Allows you to safely share your household Steam® accounts
- Logs in to and out of Steam® as you swap between Steam® accounts
- Your Steam® information is safely encrypted and stored on the local PC
- Hides your Steam® passwords from your children
- You can block your children from playing certain games"; 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 = ''; } }