function sendapost(fyrirsogn) {
		var nafn = "reservation";
		var netfang = "eagleair";
		var texti = "Good day,%0A%0Aplease provide me with availability for seat based on the following criteria:%0A(enter your information after the colon)%0A%0ADEPARTURE%0A[ From ] : %0A[ Date ] : %0A[ Time ] : %0A%0ARETURN FLIGHT (if applicable)%0A[ Date ] : %0A[ Time ] : %0A%0APASSENGER INFORMATION%0A[ Adults ] : %0A[ Teens 12-16 yrs ] : %0A[ Children 2-12 yrs ] : %0A[ Children 0-2 yrs ] : %0A[ Senior citicens, disabled and/or students ] : %0A%0AOTHER INFORMATION%0A[ Comments or Requests ] : %0A%0A%0APlease note that the seat will not be booked. We will contact you within the hour if the request is sent during office hours:%0AWeekdays from 08:00 - 19:00%0ASaturday from 11:00 - 16:30%0ASunday from 10:00 - 19:30%0A";
		window.location.href = "mailto: " + nafn + "@" + netfang + ".is" +"?subject=" + fyrirsogn +"&body=" + texti; }
