iFDA = new Image();
iSbS = new Image();
iP2P = new Image();

function showFDA () {
	document.cPic.src=iFDA.src;
	fda.style.visibility = "visible";
	fda.innerHTML = "CODeXACT builds a Fully Disclosed Audit Trail (FDA) – a comprehensive record that contains every element in the medical record that contributed to the correct code. It shows the details for each major E/M component and allows the physician to see exactly how the code was determined and why documentation did not support the E/M code originally submitted.  Audit trails clearly display which guideline was used and demonstrate to the physician that the auditor sought to determine the highest possible correct code.";
	cPic.style.visibility = "visible";
}

function showSbS () {
	document.cPic.src=iSbS.src;
	fda.style.visibility = "visible";
	fda.innerHTML = "Physicians review audit results via a secure Web portal.  The fully disclosed audit trail and online images of the actual medical record establishes credibility and a defensible review.  This encourages the physician to accept the audit and the need to improve E/M coding.  Physician acknowledgement that coding improvement is necessary and CODeXACT’s range of educational offerings support changes in coding behavior.";
	cPic.style.visibility = "visible";
}

function showP2P () {
	document.cPic.src=iP2P.src;
	fda.style.visibility = "visible";
	fda.innerHTML = "Parses tailors Webinars and Peer-to-Peer Web Conferences to meet the specific education requirements of health plans and physicians to improve and reinforce coding behavior.";
	cPic.style.visibility = "visible";
}

iFDA.src = "img/fda.gif";
iSbS.src = "img/sbys.gif";
iP2P.src = "img/p2p.gif";

