function showAtText() {
	var p = document.getElementById("AtText");
	var s = "Hotel Lignano - Albergo a Lignano Sabbiadoro<br />Hotel Atlantic<br />Lungomare Trieste, 160 - 33054 Lignano Sabbiadoro (UD) <br />Tel 0039 0431 71101 - Fax 0039 0431 71103 <br /><a href=\"mailto:info@hotelatlantic.it\">info@hotelatlantic.it</a> <br />P.iva 02430830303 - skype";

	p.innerHTML = s;
}
