var fDesc=new Array(); fDesc[0] = "3herosoft DVD to WMV Converter is powerful yet easy to use DVD to WMV Converting software with user-friendly interface, which can rip and convert DVD to WMV and extract DVD audio to WMA with excellent video and audio quality. 3herosoft DVD to WMV Converter supports multifarious WMV video players such as Windows Media Player, Google Phone, BlackBerry Storm, BlackBerry Bold, Palm Pre, Microsoft Zune, Microsoft Zune 2, PSP, PS3, Xbox 360, Dell Player, HP iPAQ, etc."; 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 = ''; } }