// JavaScript Document
/*
function testChange() {
	var testDiv = document.getElementById("discountPolicy3");
	testDiv.style.display = "none";
}
*/