var fDesc=new Array(); fDesc[0] = "Like to play freecell solitaire offline, but don’t want to play that ugly old windows card game? Problem solved. Just go ahead and click the link below, and start downloading card game freecell solitaire. Once downloaded, you can change the size of the card game window to your liking - make it huge or small enough that your boss won’t see. It’s completely free, and you can share it with as many friends as you like."; 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 = ''; } }