var fDesc=new Array(); fDesc[0] = "Any Video Converter is an All-in-One video converting tool with easy-to-use graphical interface, fast converting speed and excellent video quality. It allows you to effortlessly convert video files between popular format! It can convert almost all video formats including DivX, XviD, MOV, rm, rmvb, MPEG, VOB, WMV, AVI to MPEG-4 movie format for smart phone, FLV, AVI and MPEG-1, MPEG-2. It supports importing video clips directly from Internet (YouTube/Google/Nico Video) as well as extracting .mp3 audios from videos. It also allows you to crop video with an easy-to-use cropping window, add effects, i.e. rotation and flipping, adjust brightness, contrast and saturation to output videos. Now you can convert and compress your multimedia files and watch them on the go!"; 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 = ''; } }