<html>
	<head>
		<title>InterQual&reg;</title>
		<script src="CermeIntegration.js"></script>
		<script>
			function closeWindow () {
				window.close();
			}
		</script>
	</head>
	<body>
        <form id="CermeIntegrationPage" method=post>
       		<input type="hidden" name="hdCERMEReviewXML" value='<%Response.Write(Request.Form("hdCERMEReviewXML"))%>'>
			<input type="hidden" name="hdCERMEParamsXML" value='<%Response.Write(Request.Form("hdCERMEParamsXML"))%>'>
			<input type="hidden" name="hdE" value="<%Response.Write(Request.Form("hdE"))%>"> 
			<input type="hidden" name="hdCERMEL" value="<%Response.Write(Request.Form("hdCERMEL"))%>">
			<input type="hidden" name="hdCERMEP" value="<%Response.Write(Request.Form("hdCERMEP"))%>">
			<input type="hidden" name="hdCERMEURL" value="<%Response.Write(Request.Form("hdCERMEURL"))%>">
			<input type="hidden" name="hdCERMEReviewCID" value="<%Response.Write(Request.Form("hdCERMEReviewCID"))%>">
			<input type="hidden" name="hdCERMENewReview" value="<%Response.Write(Request.Form("hdCERMENewReview"))%>">
			<input type="hidden" name="hdECINURL" value="<%Response.Write(Request.Form("hdECINURL"))%>">
        </form>	
		<table height="100%" width="100%">
			<tr height="100%">
				<td valign="top" colspan="6" style="width: 995px">
					<iframe src="about:blank" id="cerme" name="cerme" width="100%" height="100%" frameborder="0"></iframe>
				</td>
			</tr>
		</table>
        <script language=javascript>
            onPageLoad();
        </script>
	</body>
</html>
