﻿var sendEmail = function (id) {
    $.post("sendmail", $('#' + id + ' input ,#' + id + ' textarea ,#' + id + ' select').serialize(), function(data) {
            Uspeh();
			
    }
    );
}
