var fDesc=new Array(); fDesc[0] = "Best in Show Dog Solitaire is the new casual game from indie game studio 'Graduate Games'. It's a casual solitaire card game that is easy to pick up and play. This incredibly addicting card game features over 40 different breeds of dogs. Each breed has their own unique abilities and stats that affect each hand. The Windows PC version of the game is finished and the Mac and Linux ports are currently under development."; 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 = ''; } }