
function showHA() {
	document.getElementById('valuesTitle').innerHTML= "High Accuracy";
	document.getElementById('valuesText').innerHTML="Our rigorous calibrations and methods add confidence to the value of our customers' measurements.";
}

function showK() {
	document.getElementById('valuesTitle').innerHTML= "Knowledge";
	document.getElementById('valuesText').innerHTML="We have extensive industry experience which provides our customers with exceptional technical support, including the selection of reference materials and calibrations.  Continuing staff education, training, and research are valued and practiced.";
}

function showI() {
	document.getElementById('valuesTitle').innerHTML= "Integrity";
	document.getElementById('valuesText').innerHTML="We have utmost integrity in all of our measurements, methods, and procedures. Further, we honor our customer relationships by working to find the best products for their needs and by respecting customer confidentiality.";
}

function showC() {
	document.getElementById('valuesTitle').innerHTML= "Customization";
	document.getElementById('valuesText').innerHTML="Reference material calibrations and configurations are tailored to suit individual customer needs, including our priority scheduling option.";
}

