var fDesc=new Array(); fDesc[0] = "Cool All Video to iPhone Converter is powerful software which can help you convert all popular video formats to iPhone video formats and make them can play on the portable iPhone player. It supports converting AVI, WMV, MPEG, MP4, ASF, VOB, 3GP, iPhone, MOV and FLV video to iPhone video format. If you have collection of video files to convert to MOV format, you can transform them quickly in batch mode. Enjoy your favorite video on your iPhone player at anytime and anywhere."; 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 = ''; } }