/* auteur: atimoo */
/* Date de création: 28/11/2007 */
var n4=document.layers&&!document.all&&!document.getElementById
var ie=document.all
var n6=document.getElementbyId&&!document.all
var op=window.operafunction 




function dis(a){
a.display="block";
}
function ote(a){
a.display="none";
}
function disote(a)
{
(a.display=="block")?a.display="none":a.display="block";
}

function rec(cart3)
{
if (ie){
if(document.body.scrollTop!=0)
cart3.top=document.body.scrollTop+"px";
else if(document.body.scrollTop==0)cart3.top="150px"; }
setTimeout("rec(cart3)",500);
}

function fe(){

fet=window.setTimeout('ote(quandou)',2500)
}

function afoto(data){
    var xhr_object = null; 
	 
	if(window.XMLHttpRequest) // Firefox 
	   xhr_object = new XMLHttpRequest(); 
	else if(window.ActiveXObject) // Internet Explorer 
	   xhr_object = new ActiveXObject("Microsoft.XMLHTTP"); 
	else { // XMLHttpRequest non supporté par le navigateur 
	   alert("Votre navigateur ne supporte pas les objets XMLHTTPRequest..."); 
	   return; 
 }
	
	xhr_object.onreadystatechange = function() { 	 if(xhr_object.readyState == 4){
	document.getElementById('iaby').innerHTML=xhr_object.responseText;
	
	setTimeout(function(){document.getElementById('quandou').style.display='none';},3000);
	}
	} 
	xhr_object.open("GET", data, true); 
	 
	xhr_object.send(null);
	
	

	
}
