if (document.cookie.indexOf('disclaimer')<=-1)
	{
	document.cookie='test1_cook=oui;path=/';
	if (document.cookie.indexOf('test1_cook')<=-1){window.location.replace('index.asp?url=' + escape(window.location));}
	else {
		function visite()
			{
			document.cookie='disclaimer=ok;path=/';
			if(document.getElementById)
				document.getElementById("container").style.display='none'
			}
			document.write("<div id='container' style='text-align:left;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;'>");
			document.write("<div style='position:absolute;z-index:1050;width:100%;height:2000px;min-height:2000px;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;border:0px #DF358B solid; background-color:#000000;filter:alpha(opacity=70);-moz-opacity:0.70;opacity: 0.70;text-align:center;line-height: normal ; clear: both;'>");
			document.write("</div>");
			document.write("<div style='position:absolute;z-index:1051;width:100%;text-align:center; clear: both;'>");
			document.write("<div style='width:680px;height:485px;margin-left:auto;margin-right:auto;margin-top:20px;border:0px #DF358B solid;padding:00px;background-color:#FFFFFF;font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;font-size:13px;color:#000000;'>");
			document.write("<p><map name='FPMapdisclamer'>");
			document.write("<area href='http://www.nourautokey.com/fr/french.php' onclick='visite();return(false)' shape='rect' coords='10,69,665,478' title='' alt=''>");
			document.write("<area shape='rect' coords='9,12,480,107' href='http://www.nourautokey.com/fr/french.php' onclick='visite();return(false)' nourautokey.com/fr/zed_bull_fr.php' shape='rect' coords='10,69,665,478' >");
			document.write("<area href='http://www.nourautokey.com/fr/french.php' onclick='visite();return(false)' shape='rect' coords='495,17,672,59' title='fermer' alt='fermer'>");
			
			
			document.write("</map>");
			document.write("<img border='0' src='http://www.nourautokey.com/images/disclamer_fr.jpg' width='680' height='485' usemap='#FPMapdisclamer' alt='avertissement'></p>");
			document.write("</div><br><br />");
			document.write("</div>");		
			document.write("</div>");		

		}
	}
