// JavaScript Document
$(document).ready(function(){
	$("#acp00014").change(function(){
			alert("AAA");
	});
});
