var fDesc=new Array(); fDesc[0] = "Credit Guardian does the number crunching for you and displays the information in a way that is clear and easy to understand.

By taking information from Experian and combining it with the data from your accounting system you get a unique insight into the risks your business is taking.

Having all of the information to hand allows you to plan the best way for you to work with other businesses taking into account their individual circumstances.

Spot how the people you trade with deal with you, compared with how they deal with other businesses.

Designed to be used by non-credit professionals, information is presented graphically rather than as incomprehensible tables and numbers."; 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 = ''; } }