﻿function submitMailForm() {
var mailit = "mailto:reservations@kirbylandingmarina.com?subject=Web Mail";
window.location = mailit;
}
