<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<title>Heading Information</title>
<link rel=StyleSheet href="info344.css" type="text/css">
<script language=JavaScript>
<!---

function SetInformation() {
	
	opener.FinishStmt(document.DiagForm.Head.value)
	window.close()

	}

-->
</script>
</head>
<body>
<h1>Fill in the following:</h1>
<p><form name=DiagForm>Heading: <br><input name=Head size=30></p>
<p>
<center><input onclick=SetInformation() type=button value="  OK  ">   <input onclick=window.close() type=button value=Cancel> </p>
</center></form></body></html>