var fDesc=new Array(); fDesc[0] = "Bigasoft iPhone Video Converter is an easy-to-use video to iPhone converter which can convert almost all video formats for watching movies on iPhone 4S, iPhone 4 and iPhone 3G/3GS. It can fast convert a broad range of video files like AVI, MPEG, WMV, MOV, RM, RMVB, DivX, ASF, VOB, 3GP, Divx, FLV, WebM, WTV and so on to iPhone video MP4 (MPEG-4, H.264) and MOV with high quality."; 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 = ''; } }