var fDesc=new Array(); fDesc[0] = "SingSong is a karaoke game for Mac OS X, Windows, and Linux. Karaoke any song in the world and SingSong will score you based on how well you sing!
Main Features:
- Karaoke any song in the world
- Support for hundreds of songs
- Get scored while you sing
- Sing solo or with any number of friends at the same time"; 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 = ''; } }