var fDesc=new Array(); fDesc[0] = "Sail from one beautiful location to the next as you play 30 great solitaire games for points and prizes. Earn medals, trophies and even new yachts to sail to five vacation paradises around the world!
For example, if you are a laptop user, you can play during a trip or a waiting room without the need of carrying a deck with you."; 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 = ''; } }