var fDesc=new Array(); fDesc[0] = "WinBEAT is a broking system solution designed specifically for General Insurance Intermediaries. Its user interface incorporates user-based Dashboards that provide sales, accounting, processing and claims information at a glance as well as instant access to commonly used reports and functions."; 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 = ''; } }