var fDesc=new Array(); fDesc[0] = "The Simpsons Unleashed is a free application based on Adobe AIR that lets you experience your favorite show like never before as the characters come alive and interact with you on your desktop.
Features: Invite your friends to join the fun. Homer keeps you company on your desktop while you work or play. Toss exploding cans of Duff, radioactive nuclear rods and other means of destruction right on their desktops. Create even more digital havoc as you compete to see who can pull the most outrageous pranks!
The application is compatible with Windows and MacOS, and integrates with Facebook."; 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 = ''; } }