var fDesc=new Array(); fDesc[0] = "Enjoy a tropical tour of tile-matching fun with this relaxing brain-bender from the creators of Aloha Solitaire. Take a luxury cruise from the Bahamas to Grenada and all points in between, solving puzzling Mah Jong boards and collecting keepsakes along the way. Or, take part in a little island hopping and jump around from island to island, choosing your own fun path. Featuring vibrant island graphics, a relaxing tropical soundtrack, and original power-ups, Caribbean Mah Jong is a perfect vacation for your brain."; 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 = ''; } }