var fDesc=new Array(); fDesc[0] = "PlayCDG Pe, the basic edition of PlayCDG series, brings you the most powerful and most convenient way to play CD G songs right in your PC. Simply install the PlayCDG Pe program, load your favorite CD G song, and begin playing. PlayCDG Pe is equipped with Equalizer, Key Control, Tempo Control, Drag-in Play, Hot Key Controls, etc. for the best of karaoke."; 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 = ''; } }