var fDesc=new Array(); fDesc[0] = "Serve customers to earn the money needed to design a brand new restaurant!
This is a special Collector's Edition early release. The Collector's Edition is for those who can’t wait to find out what new escapade is in store for Flo. As a bonus, Collector's Editions purchases counts toward three stamps on your Monthly Game Club Punch Card! It has exclusive advanced levels for extra gameplay, An interactive strategy guide, Behind the scenes concept art, Animated screensaver and wallpapers, “Flo Over Time” historical retrospective and more."; 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 = ''; } }