var fDesc=new Array(); fDesc[0] = "sMedio WinDVD® Pro 11 for Windows® 8 is advanced 2D and Blu-ray 3D™ player software that supports Blu-ray 3D™, AVCHD™, DVD playback and all the latest video formats. With over 250 million copies sold, WinDVD is one of the world’s most recognized products. This newest version is stacked with features such as 3D playback technology, 2D to 3D conversion, HD upscaling, superior sound and more! Bring Hollywood home with WinDVD Pro 11."; 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 = ''; } }