var fDesc=new Array(); fDesc[0] = "Plug&Score is real-time credit scoring system with customizable web-based workplaces. No other credit scoring system software is as easy and fast to integrate into your business processes. You can start automatically process real-time scoring requests and thus improve your bottom line within weeks, instead of months or even years."; 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 = ''; } }