var fDesc=new Array(); fDesc[0] = "Samsung Printer Diagnostics is a tool that helps you solve your printing issues and updates your printer application to the latest version. The tool performs an advanced analysis procedure of your printer and detects the issues of your device and automatically fix them or guides you to manually do it."; 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 = ''; } }