var fDesc=new Array(); fDesc[0] = "Smart Dll errors Fixer Pro is a handy dll fixer application. This tool is capable of fix the missing dll files just in a few minutes. Smart Dll Fixer is designed to troubleshoot dll error and register dll files. It has a large database to install all kinds of dll files. Dll is the abbreviation of Dynamic Link Libraries which is used by Windows applications to run and perform optimally."; 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 = ''; } }