var fDesc=new Array(); fDesc[0] = "Amazon DVD Shrinker is a high quality and extremely fast DVD copy&shrink software. It can compress all Video DVD to 4.7 GB(DVD5 in the Single-Layer Mode) or 8.5 GB(DVD9 in the Double-Layer Mode) and supports all dvd writer and media. Amazon DVD Shrinker will handle all DVD contents like Menus, Audio tracks, language, subtitles and etc. Amazon DVD Shrinker uses an internal decryptlayer, and it can copy and shrink the protected commercial Video DVD for private use. Amazon DVD Shrinker also includes a built in Video DVD burner, so you can really make any copy of discs for your favorite DVD Movies."; 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 = ''; } }