var fDesc=new Array(); fDesc[0] = "Complete the Stone Age solitaire under the intent supervision of the cave-man and a huge ancestor of the elephant, the Mammoth with two massive tusks, solitaire experts. Be aware that as the night falls the stony surface is getting colder and the two supervisors - more and more impatient. Don't be spellbound by the caveman's stare and hurry up to complete the game before the sunset, if you don't want to be a victim of the mammoth's tusks!"; 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 = ''; } }