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