function conf_del(){
	msg = "Are you absolutely sure that you want to delete this entry?\n To go ahead and delete, hit OK. Otherwise hit CANCEL.";
	return confirm(msg);
};


