<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link media="screen" type="text/css" rel="stylesheet" href="main.css" />
<title>NetLink© PassRec - Automated Password Recovery</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<img src='Images/netlink.gif' alt='NetLink - Keeping the Web Simple!'/><br/>
<b>Automated Password Recovery</b>
<hr color='black'/>
<?php
extract($_GET);
if ($id=="sec")
include("PassRec/step2.php");
else if ($id=="em")
include("PassRec/step3.php");
else
include("PassRec/step1.php");
?>
</body>
</html>