var fDesc=new Array(); fDesc[0] = "Space Flight is a musical note learning game. Its self paced learning system mixed with fun, make Space Flight an effective educatinal tool. Its simple to use. Dedicated to promoting education, it comes with a free level which never expires. Studies have suggested that children who learn musical instruments tend to excell in other areas of their life as well. With this in mind, Space Flight was developed to start young students on their way to excellence by learning names of basic musical notes. Once note recognition is mastered, students find it easier to read sheet music and learn their instruments."; 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 = ''; } }