var fDesc=new Array(); fDesc[0] = "WSP Quality Assurance Tool software is use to increase confidence that safe water is consistently being delivered to consumers by ensuring that key elements in the WSP process are not overlooked and that the WSP remains up to date and is effective. The WSP QA Tool is an Excel-based Tool. It is compatible with the 2003, 2007 and 2010 versions of Excel. The Tool has been developed to align with the WSP Manual (2009)."; 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 = ''; } }