var fDesc=new Array(); fDesc[0] = "Video to iPhone Converter is a powerful yet easy to use iPhone video converter program for Apple iPhone fans. With this video converter for iPhone, you can convert videos in almost all popular video formats including AVI, WMV, ASF, MOV, MP4, RM, RMVB, FLV, MKV, AVS, MPG, VOB to iPhone MP4 video format or iPhone MP3 audio format for playback on iPhone 4S, iPhone 4, iPhone 3GS, iPhone 3G with high output video and audio quality and customizable profile."; 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 = ''; } }