﻿function getFMSContactInfo() {
    var strURL = "/public/fms_contact.aspx";
	contactWindow = window.open(strURL, "contactWindow", 'width=580,height=475,status=yes') 
}

function onEmailSuccess() {
	alert('Thank You. Your inquiry has been successfully sent to Favorite Healthcare Staffing.');
	window.close();
}
