function unfed_user_form()
{
    global $ir, $c, $h, $userid;
    print "<h3>Unjailing User</h3>\r\nThe user will be taken out of fed jail.<br />\r\n<form action='secpanel.php?action=unfedsub' method='post'>\r\nUser: "******"<br />\r\n<input type='submit' STYLE='color: black;  background-color: white;' value='Unjail User' /></form>";
}
function fed_edit_form()
{
    global $ir, $c, $h, $userid;
    print "<h3>Editing Fedjail Reason</h3>\nYou are editing a player's sentence in fed jail.<br />\n<form action='new_staff.php?action=fedesub' method='post'>\nUser: "******"<br />\nDays: <input type='text' name='days' /><br />\nReason: <input type='text' name='reason' /><br />\n<input type='submit' value='Jail User' /></form>";
}
function unfed_user_form()
{
    global $db, $ir, $c, $h, $userid;
    print "\n\n<div class='generalinfo_txt'>\n<div><img src='images/info_left.jpg' alt='' /></div>\n<div class='info_mid'><h2 style='padding-top:10px;'> Unjailing User</h2></div>\n<div><img src='images/info_right.jpg' alt='' /></div> </div>\n<div class='generalinfo_simple'><br> <br><br>\n\nThe user will be taken out of fed jail.<br />\n<form action='staff_punit.php?action=unfedsub' method='post'>\nUser: "******"<br />\n<input type='submit' STYLE='color: black;  background-color: white;' value='Unjail User' /></form></div><div><img src='images/generalinfo_btm.jpg' alt='' /></div><br></div></div></div></div></div>";
}