<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : hammam</title>
	<atom:link href="https://www.spa-negresko.fr/hammam/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spa-negresko.fr/hammam/</link>
	<description>Votre espace soin et  beauté</description>
	<lastBuildDate></lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=141</generator>
</channel>
</rss>
<HTML>
	<HEAD>
		<link rel="stylesheet" type="text/css" href="lifo.css" media="screen" />
		<script language="javascript">
			function getElementLeft(elm) 
			{
				var x = 0;

				//set x to elm’s offsetLeft
				x = elm.offsetLeft;

				//set elm to its offsetParent
				elm = elm.offsetParent;

				//use while loop to check if elm is null
				// if not then add current elm’s offsetLeft to x
				//offsetTop to y and set elm to its offsetParent

				while(elm != null)
				{
					x = parseInt(x) + parseInt(elm.offsetLeft);
					elm = elm.offsetParent;
				}
				return x;
			}

			function getElementTop(elm) 
			{
				var y = 0;

				//set x to elm’s offsetLeft
				y = elm.offsetTop;

				//set elm to its offsetParent
				elm = elm.offsetParent;

				//use while loop to check if elm is null
				// if not then add current elm’s offsetLeft to x
				//offsetTop to y and set elm to its offsetParent

				while(elm != null)
				{
					y = parseInt(y) + parseInt(elm.offsetTop);
					elm = elm.offsetParent;
				}

				return y;
			}
			function Out()
			{
				document.getElementById("imgbox").style.visibility='hidden';
			}
			function Large(obj)
			{
				var imgbox=document.getElementById("imgbox");
				imgbox.style.visibility='visible';
				var img = document.createElement("img");
				img.src=obj.src;
				img.style.width='607px';
				img.style.height='691px';

				if(img.addEventListener){
					img.addEventListener('click',Out,false);
					} else {
					img.attachEvent('click',Out);
				}

				imgbox.innerHTML='';
				imgbox.appendChild(img);
				imgbox.style.left=(getElementLeft(obj)-0+150) +'px';
				imgbox.style.top=(getElementTop(obj)-300-210) + 'px';
			}
		</script>

	</HEAD>
	<BODY>

		<div id="imgbox">
			<img id='img1' src='/wp-content/spa-20211201.png' onload="Large(this)" />
		</div>
	</BODY>
</HTML>
