var fDesc=new Array(); fDesc[0] = "Moyea Video DVD Converter Ultimate is a useful converter suite which combines two programs: Video Converter and DVD Ripper. With it, you can convert DVD videos and popular videos, HD footage and TV shows to other formats that can be played on mobile devices like iPad, iPod, iPhone, Android Phones, Blackberry, Palm Pre, PSP, PS3, Apple TV, WD TV, Popcorn Hour, XBMC Xbox and many other digital video players."; 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 = ''; } }