var fDesc=new Array(); fDesc[0] = "Prospector is the market leading mortgage sourcing platform providing a complete end-to-end system for mortgage advice and has long been regarded as the most user-friendly, compliant and trustworthy sourcing software available. As a platform, Prospector comes will standard features that give you all the basics you need to complete a compliant mortgage case with the addition of other loan types, insurance, and conveyancing. For product sourcing, Prospector is unrivalled in usage - over 70% of mortgage professionals subscribe to a version of Prospector."; 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 = ''; } }