var fDesc=new Array(); fDesc[0] = "With just a few clicks, you can archive your videotape collection onto DVD/CD. Or create your own DVD/CD movies from your Camcorder, VCR, DVD player, and more! Simple Solution * Best choice for preserving your irreplaceable home videos. * Use your existing TV/Video capture card/device to convert VHS tapes into DVD or VCD. User-friendly interface * Advanced scene editing tools allow you to record movies and easily trim out commercials or unwanted scenes. * Easily add transition effects, titles, and chapters. * Watch video on new gadgets * You can watch the captured video on Sony PSP, iPod, and other devices. Music conversion * Revive old music to new digital formats. * Record audio from cassettes, LP records, or video tapes. * Create MP3 files that you can play on MP3 players, PSP, iPod, or PDA devices. * Convert cassette tapes and LP records into audio CDs."; 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 = ''; } }