var fDesc=new Array(); fDesc[0] = "Aiprosoft MOV Video Converter is a world-class QuickTime MOV Video Converter which can convert QuickTime MOV to MP4, AVI, WMV, 3GP, FLV, SWF, and all popular video formats. This MOV Video Converter also assists you extract audio from MOV or convert MP3, MP2, AAC, M4A, AIFF to your MP3 players for your music enjoyment. You can enjoy your MOV video(.mov, .qt) on your PMPs easily with Aiprosoft MOV Video Converter."; 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 = ''; } }