var fDesc=new Array(); fDesc[0] = "Apple Video Converter Factory Pro converts different video formats to iPad, iPod, iPhone and Apple TV compatible videos. The program has a simple interface and good conversion speed. It can deal with DVD videos too. VIdeo editing features like crop, merge, etc. are included. Drag-and-drop doesn't work in the program."; 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 = ''; } }