var fDesc=new Array(); fDesc[0] = "Daniusoft iPhone Video Converter is a professional video to iPhone, video to iPhone 3G, iPhone 3GS video conversion application which can help you convert all pop video formats to iPhone/iPhone 3G/iPhone 3G S. It can help you convert all pop videos like AVI, MP4, MPEG, WMV, XviD, H.264, DAT, MOV, ASF, FLV, etc. to iPhone/iPhone 3G/iPhone 3G S MPEG-4, H.264 and MOV. In addition, you can extract audio files from videos and save as iPhone 3G WMA MP3 AAC, etc."; 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 = ''; } }