<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="de">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<link media="screen" href="pdfas.css" type="text/css" rel="stylesheet">

</head>
<body>
	<form id="resizeForm" name="CustomizedForm" action="##ACTIONURL##" method="GET">
		<input type="hidden" name="RESIZE" value="1">
		<input type="submit" value="weiter" id="weiter">
	</form>
	<script language="javascript" type="text/javascript">
		##REPLACE##SCRIPT##
		
		var form = document.getElementById("resizeForm");
		form.submit();
	</script>
</body>
</html>