<html>
<body>
<form method=post name=frm>
<input type=hidden name="days_diff" value="##days_diff##">
<input type=hidden name="act" value="">
<input type=hidden name="type" value="##type##">
<input type=hidden name="pg" value="exp_change">
</form>
<script type="text/javascript">
var f = document.frm;
if(confirm("Price Plan expiration time has been changed.\n" +
"Should this change affect existing assigned items (users) ?")) f.act.value = "1";
f.submit();
</script>
</body>
</html>