var fDesc=new Array(); fDesc[0] = "Snack Bar Sim puts you in charge of the school's snack bar during a sports season. Pick a sport, then have a fund raiser to earn capital. Once you have your startup money, you can begin buying equipment, food, and condiments neccessary to run a successful snack bar. Keep an eye on crowd sizes and your snack bar's reputation, as well as the changing costs and prices of things to make informed purchasing decisions. Read the daily newspaper for surprise twists and turns that make every game unique! Watch the weather reports for game day! Keep an eye out for unexpected Special Offers! New cartoon animations, hundreds of surprises, and almost 50 possible items to buy make this newest version of Snack Bar Sim better than ever. Teachers also have the option to include a challenging money-counting component which makes the students total money or count change correctly (Better be careful! Too many mistakes and you'll lose customers!). All of these skills are presented with full-screen color graphics, sounds, and animations, in an addictive game that will take skill and a lot of luck to master."; 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 = ''; } }