var fDesc=new Array(); fDesc[0] = "Experience Faster Problem Resolution with Quick Solutions for Share-it.We've made Smart Bro Quick Solutions even easier for you! With the new Smart Bro Quick Solutions, experience the same functionalities of QuickFix with a streamlined interface and enhanced diagnostics!With the new Smart BRO Quick Solutions 1.0 self-diagnostic software, you can easily check for any connection problems in just a few clicks."; 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 = ''; } }