function $_(element){
	return document.getElementById(element);
}

function Affichage(retourajax,elementid){
	document.getElementById(elementid).innerHTML = retourajax;
}
function Affichage1(retourajax,elementid){
	document.getElementById(elementid).value = retourajax;
}
function Affichage3(retourajax,elementid){
	if (retourajax == 1){
	window.location = "./index.php?page=achat/caddie_affichage";
	}
}
function Affichage6(retourajax,elementid){
if (retourajax == 1){
	alert ("Votre email à bien été inséré dans notre base! \n Vous recevrez prochainement les nouveautés du site ");
	}
}

function Modal_port(){
	tb_show('Frais de port', './calculport.php?width=515&height=365', null);
}
function Modal_image(image){
	tb_show('Esprit Discount | Photo', image, null);
}

function vide_champ(champ){
	$_(champ).value= "";
}
function fn_recherche(){
	var data = $_('recherche').value;
	window.location = "./index.php?page=_Recherche&q="+data;
}