function UpdateQuantity(form) {
/* Update quantity on change*/
form.quantity.value = form.ctlEventDetails_Seats.value;
//alert(form.quantity.value)
}
