var fDesc=new Array(); fDesc[0] = "Never heard of animated GIFs?
Those little sound-less videoclips, often found all over the web, usually made for funny and crazy stuff!
Windows lacks a real player for these files, this is why 7GIF was born. With 7GIF you will be able to display and play back animated GIFs and do much more as well. It also includes many options to control the animation, just like an actual media player.
With 7GIF you have full control over the animation: play, pause, repeat, frame-by-frame view, zoom, speed up/down; and a LOT of features like: frames export, fast GIFs switching, slideshow, full screen mode, Windows 7 (8 and 10) advanced taskbar features, multilanguage UI, online updates and much more!"; 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 = ''; } }