var fDesc=new Array(); fDesc[0] = "The Adventures of Jason and the Argonauts is a match three game for Windows. You need to follow Jason and the Argonauts to a place beyond the edge of the world on a quest for the Golden Fleece, and win the favor of the Gods and use their generous power ups to complete Match 3 puzzles."; 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 = ''; } }