var fDesc=new Array(); fDesc[0] = "Convert video, DVD and audio files to and from AVI, FLV, MP4, MPEG, WMV, DVD, MKV and other popular video formats. Prepare your media to play on your iPod, iPhone, iPad, PSP, Zune, Archos, Samsung, and others. YoSock Video Converter doesn't open and convert copy-protected video, audio or DVD files."; 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 = ''; } }