var fDesc=new Array(); fDesc[0] = "SparkChess is an attractive 3D chess app with many innovative features. It gives total control over how you want to play: choose from a range of different board styles and set up the pieces in your own way, play against six different computer opponents, or compete against opponents online. With a choice of boards, computer opponents and online play, it delivers a first-class experience that is as accessible to experts as it is to beginners."; 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 = ''; } }