var fDesc=new Array(); fDesc[0] = "Test your luck with this hilarious game of chance, with President Bush and snack food. Watch as three shells are shuffled and one snack food is chosen for the Prez. He loves his broccoli and cheese puffs, but be careful of those pretzels! Bush has a tendency not to chew his food properly and may choke! This FREE screen saver features an Interactive Mode that allows you to control which shell is chosen!"; 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 = ''; } }