var fDesc=new Array(); fDesc[0] = "SGS VideoPlayer is an easy to use and powerful video Windows player for playing movie files. SGS VideoPlayer is a totally free software. It was created to be a convenience, portable and robust video player that comes with video pack codec (K-Lite Mega Codec Pack Full) for a wide variety of media playbacks. This video player is available for Windows OS. It is based on "DirectShow" - multimedia framework and API produced by Microsoft for software developers to perform various operations with media files or streams. It also supports a hardware acceleration and can use OpenGL graphic interface for rendering video. SGS VideoPlayer can play videos with various kinds of the most popular formats like: AVI, WMV, FLV, MP4, MPG, MPEG and VOB file formats and even supports play DVD movies and blu-ray discs."; 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 = ''; } }