headborder("<b>Delete User</b>");
echo "
<table cellspacing=\"0\" cellpadding=\"0\" style=\"width:100%; height:70px\" class=\"tablec\">
<tr>
<td valign=\"middle\" align=\"center\">
<table cellspacing=\"10\" cellpadding=\"0\" style=\"width:100%;\">
<tr>
<td align=\"center\" class=\"data1\">Are you sure you want to delete this user?</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=\"10\" cellpadding=\"0\" style=\"width:100%; height:70px\" class=\"tabled\">
<tr>
<td valign=\"middle\" align=\"right\">
<form action=\"usr_del.php\" method=\"post\">
<input type=\"hidden\" name=\"act\" value=\"send\">
<input type=\"hidden\" name=\"usr\" value=\"".$usrid."\">
<input class=\"button\" type=\"submit\" value=\"Yes!\">
</form>
</td>
<td valign=\"middle\" align=\"left\">
<form>
<input class=\"button\" type=\"button\" value=\"No!\" onClick=\"self.location.href=('usr_list.php')\">
</form>
</td>
</tr>
</table>";
footborder();