
function viewOfficer(id)
{
	var win = window.open("viewofficer.php?officer_id="+id, "_blank", "width=600, height=550, resizable=yes, status=yes");
	win.focus();
}
