var fDesc=new Array(); fDesc[0] = "The creators of Aloha Solitaire dig up more sunny fun with Aloha TriPeaks. Climb aboard for a balloon trip over the Hawai'ian Islands in a relaxing ride through more than 70 levels of brain-teasing TriPeaks solitaire. With a unique look and challenge to each level, the tropical surroundings create an idyllic setting for your puzzling pleasure. A delightful distraction, let Aloha TriPeaks take you away today."; 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 = ''; } }