var fDesc=new Array(); fDesc[0] = "SDL Full Pack the main libraries (dll's) in the SDL together an installer for MS-Windows. The advent of the popular games and multimedia opensource software for ms-windows, it is necessary to allow easy installation of dlls required, to address possible problems with missing dll's from the main SDL, was created the package "SDL Full Pack" , which is nothing but an installer for Windows with all the DLL's used by SDL applications, allowing for easy distribution of dlls to your games or just to keep your system ms-windows updated."; 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 = ''; } }