var fDesc=new Array(); fDesc[0] = "A year after Emily opens her own restaurant, business continues to boom though her personal life is completely non-existent. Shades of promise appear when she receives a rose, but she is too shy to act on it. Then one day an old love letter from a summer romance arrives that turns Emily's world upside down. Follow Emily on this all-new romantic journey. Work your way through Emily's Place and all the way to Paris helping customers and learning more about the one that got away. Complete clever games, slink your way through awkward situations, and meet fantastic new friends around the world.
This Platinum Edition includes 10 Bonus game play levels, 10 exclusive restaurant items, a helpful Strategy Guide, a touching Screensaver, and wonderful Wallpapers."; 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 = ''; } }