var fDesc=new Array(); fDesc[0] = "AVCWare Mobile Video Converter is an all-in-one 3GP/3GP2/MP4 mobile converter.
It can convert all the popular media files to mobile phone compatible video and audio formats, such as MP4, H.264/MPEG-4 (.mp4), AVI, WMV, 3GP and AAC, MP3, M4A, MP2, WAV, etc. With this mobile video converter, you can watch your favorite videos on your mobile phones like iPhone 4, LG, Nokia, Motorola, Samsung, BlackBerry, Google phone, 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 = ''; } }