var fDesc=new Array(); fDesc[0] = "Pepsky CD/DVD Ripper is powerful and easy-to-use CD/DVD ripping software.

There are various features, such as CD to MP3, DVD to PSP, DVD to Zune, DVD to iPod, DVD to 3GP, DVD to MP4, DVD to MP3, DVD to VCD, DVD to SVCD, DVD to Rmvb, DVD to avi, DVD to Apple TV , DVD9 to DVD5 etc., that are all covered in it."; 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 = ''; } }