var fDesc=new Array(); fDesc[1] = "for you. With this web radio player and recorder you can listen to over 25,000 radio stations and record as much music as you want. The program's interface includes a search box for you to type in your favorite genre, whether it's Rock to Chillout or a Soundtrack, etc."; fDesc[2] = "balls against each other. Go on an adventure in sunny Mexico and play through over 100 hot levels. On your journey, you will discover that the game has many variations."; fDesc[3] = "to be put onto a web page, for real-time streaming video, graphical and text overlays; the program also integrates with Virtual Weather Station to create real-time weather displays."; fDesc[4] = "Follow the Silver Master and learn to dance with easy to follow Salsa video clips."; fDesc[5] = "plays music while displaying the beat-count, and gives helpful hints about how to find the one-count. The program also has a testing feature."; fDesc[6] = "MovieSalsa takes Jpeg images and produces an .AVI file. It can be useful for science fairs and for schools, for example, to show a plant growing and so on."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }