var fDesc=new Array(); fDesc[0] = "Convert CD+G to MP4 karaoke videos and use them on your portable devices. Take your karaoke songs anywhere you go! Or get an AV-link, connect it to the TV set, and play karaoke videos from your mobile device. Convert CD+G discs to MP4 karaoke videos. Convert CDG/BIN/MP3G files from your hard disc to MP4 videos that can be played on any portable devices and smartphones. Replace solid CD+G background with images of your choice."; 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 = ''; } }