var arv = checkBoxArr.toString();
	document.getElementById('selectcheck').value=arv;
	document.getElementById('type').value="reopen";
		return confirm("Are You Sure ?");
}

</script>


<?php 
$mysql = new mysql();
//$common = new common();
$user = new user();
$helpdesk = new helpdesk();
if ($_GET['wtdo'] == 'send_message') {
    $reply = $helpdesk->reply_entry_admin($_POST['description'], $_GET['helpdesk_id'], $_POST['from']);
}
?>

<table align="left" width="100%" style="font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; font-size:16px;">
	
	
	<tr><td colspan="6" align="center" valign="middle">
    <table align="center" >
    <tr>
    <td><img src="images/listmain.png" /></td>
    <td style="color:#003399; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:18px;" align="center" valign="middle">
    &nbsp;&nbsp;List of Requests</td>
    </tr>
    </table>
	</td></tr>