var fDesc=new Array(); fDesc[0] = "ThinkVD iPhone Video Converter can convert all common video formats to iPhone supported video formats, such as AVI, MPEG, WMV, DivX, MOV, RM, and VOB to format viewable on your iPhone.
It also converts audio such as WMA, MP2, OGG, RA, AC3, APE, CDA and even extracts audio from video to convert to MP3, WAV or M4A so you can watch and listen to them on your iPhone."; 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 = ''; } }