function setticketvals(frm, ticketsetid, eid, pid) {
	frm.TicketSetID.value = ticketsetid;
	frm.EID.value = eid;
	frm.PID.value = pid;
}