var fDesc=new Array(); fDesc[0] = "Amazing Video to GIF Converter is a program that helps you make high-quality animated GIF files from various (YouTube) videos in a few simple steps. It can convert popular video files to GIF animation with fast conversion speed and good image quality. You can preview original video frame by frame, as well as delete unwanted frames. Although animated GIF has only 256 colors, the output GIF animation looks like the true color video due to the advanced algorithm."; 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 = ''; } }