var fDesc=new Array(); fDesc[0] = "This software can rip the audio data from your MP4 video files and play it in your MP3 players.
If you like one song or music in a video file, with this small and simple tool, you can get the full the music by yourself, very easy and quickly, copy to your iPod, portable MP3 player and etc, you can enjoy these beloved music anytime and anywhere as you like."; 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 = ''; } }