function del()
{
	var answer = confirm ("Are you sure you want to delete this item?");
	return answer;
}
function back()
{
	window.location.href = "admin.php";
}