var fDesc=new Array(); fDesc[0] = "uRex iPhone Video Converter is your best friend who would help you easily convert your AVI, MKV, M2TS, MOV, FLV, MPEG, WMV, AVCHD and other popular videos to iPhone 4S, iPhone 4, iPhone 3G and 3GS. It is able to afford a high video conversion speed, a high output video quality and high compatibility and stability with your Windows OS."; 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 = ''; } }