var fDesc=new Array(); fDesc[0] = "Wondershare Video Converter for Mobile Phone is a professional video to Mobile Phone converter application that can convert regular video formats to mobile phone 3GP, AVI and MP4 video files for Apple iPhone, iPod, Sony PSP, Palm, Pocket PC, and various brands of cell video phones including Motorola, Nokia, Samsung, and Sony Ericsson and so on. Wondershare Video Converter for Mobile Phone provide various settings to edit your video files such as movie trim, video crop, video effect settings, video and audio encoder settings, video file merging, and movie picture capturing and so on."; 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 = ''; } }