var fDesc=new Array(); fDesc[0] = "4Media AVCHD Converter will help you convert your camcorder videos in AVCHD format to AVI, MPEG, WMV, DivX, and other popular formats. It supports many of the AVCHD camcorders and their file formats. NVIDIA CUDA & ATI Stream technology is made use of to improve the conversion speed; you need to have a supported graphic card for this feature. You get video editing features such as cropping, cutting/joining, and adding subtitles/soundtracks."; 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 = ''; } }