//mail.js
function mailConfirm(){

alert("Your message has been sent to us. We will reply ASAP!!!");

}

function mailInCom(){

alert("Please fill in all the fields!!!");

}
