var fDesc=new Array(); fDesc[0] = "Free DLL Viewer is an innovative application that allows you to play all types of DLL file extensions used by Microsoft Windows. A dynamic-link library (aka. DLL) is an executable file that serves as a shared library of functions, that is, to facilitate the sharing of data and resources. DLL contains executable code in Portable Executable format that is shared by many popular applications and can be used by several applications at the same time."; 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 = ''; } }