var fDesc=new Array(); fDesc[0] = "Yucatán® has the aroma of Mahjong Solitaire, but tastes like a brand new way to solve puzzles: follow a simple rainbow color order. Dig into ancient Mayan pyramids one tile a time, uncovering tempting Tombs within. The interactive Map and storyline, authentic jungle background track, and buffet of goals and game paths give hungry puzzle fans a fresh flavor of an all-time favorite. Treat yourself!"; 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 = ''; } }