var fDesc=new Array(); fDesc[0] = "Apple Video Converter Factory Pro is a right choice for us to solve the video/audio format compatibility of Apple devices. It is all in one apple video conversion software, it can convert nearly all popular videos to iPad, iPod, iPhone and Apple TV compatible videos. Moreover, this Apple video converter is very easy-to-use. With it, you can convert videos/audios to Apple devices compatible videos with just 3 mouse clicks."; 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 = ''; } }