largeur_popup=726;

function submit_f_action(parm_page, chaine) {
	document.f.action =parm_page;
	document.f.id_rub.value='';
	document.f.parametre1.value='';
	a=chaine.split(";");
	for(i=0;i<a.length;i++) {
		b=a[i];c=a[i].split(":");chaine0=c[0];chaine1=c[1];
		if ( document.f.elements[chaine0] ) document.f.elements[chaine0].value=chaine1;
	}
	document.f.submit();
}

function OpenWinFichierPhoto(parm_photo) {
	param_largeur=660;
	param_hauteur=500;
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinFichierPhoto=window.open(parm_photo,'FichierPhoto','scrollbars=no,toolbar=no,titlebar=no,status=no,width='+param_largeur+',height='+param_hauteur+',resizable=yes,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinFichierPhoto.focus){WinFichierPhoto.focus();}
}

function OpenWinFichier(parm_fichier) {
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinFichier=window.open(parm_fichier,'Fichier','scrollbars=yes,toolbar=no,titlebar=no,status=no,width=620,height=620,resizable=yes,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinFichier.focus){WinFichier.focus();}
}

function OpenWinContact() {
	posX=(screen.width/2)-280;
	posY=(screen.height/2)-280;
	WinContact=window.open('formulaire_contact.php','FormulaireContact','scrollbars=no,toolbar=no,titlebar=no,status=no,width=450,height=453,resizable=no,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
	if(WinContact.focus){WinContact.focus();}
}

function file_ajax(fichier){
	if(window.XMLHttpRequest) // FIREFOX
		xhr_object = new XMLHttpRequest();
	else if(window.ActiveXObject) // IE
		xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
	else
		return(false);
	xhr_object.open("GET", fichier, false);
	xhr_object.send(null);
	if(xhr_object.readyState == 4) return(xhr_object.responseText);
	else return(false);
}
