var fDesc=new Array(); fDesc[0] = "Power SCDG Ripper is an application that can convert SCDG discs to MP3G, CDG, or ZIP formats. With this program you can save songs from SCDG discs and store them on your hard drive. The tool allows you to choose songs from SCDG disc, save the on your hard drive in MP3+G, ZIP, or BIN format that most karaoke players can use, use automatic naming so each song is named according to your needs, use song filter and sorting to quickly find songs."; 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 = ''; } }