function deleteConfirm(lngID){
	if(confirm("Are you sure you want to delete this?")){
		document.location.href = "/events/delete.asp?Table=" + strTable + "&Primary=" + strPrimary + "&ID=" + lngID;
	} // end if
} // end function