var fDesc=new Array(); fDesc[0] = "Focus DVD Copy is an easy-to-use DVD copying software to get perfect duplicates of your favorite movies on DVD or Hard Drive with just a few clicks. It preserves all existing DVD contents including original menus, trailers, language tracks,ubtitles,and etc. You are not only able to copy your DVD collection to blank DVD discs, but also copy DVDs to hard disk folders forediting or burning later. You can copy D9 disc to D9 or D5 disc and remove unwanted Subtitles/Audios to achieve maximum quality. With built-in DVD burning engine and DVD video compression engine you will get true DVD copies of your DVD collection within 30-50 minutes without any loss of quality. You get completely the same as the DVD movie you bought that can be playback on PC&Home TV DVD player."; 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 = ''; } }