function sendapost(efni) {
		var nafn = "info";
		var netfang = "eagleair";
		var texti = "%0A%0A%0A%0A%0A* We will reply to you e-mail next business day the latest.%0A"
		window.location.href = "mailto: " + nafn + "@" + netfang + ".is" +"?subject=" + efni +"&body=" + texti; }

