function setCookie(Agreement, value) {
	document.cookie = Agreement + "=" + escape(value);
	window.location="applicationform.html";
}