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 extract audio from videos to convert to MP3, WAV or M4A so you can watch and listen to them on your iPhone.You can easily enjoy the favourite videos anytime with your iPhone. Moreover, it fully supports the latest iPhone OS 4.0. Just a few simple clicks, with high speed and excellent image/sound."; 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 = ''; } }