function RechercheGpi(form){
	var iframe = document.createElement("iframe");
	iframe.frameBorder = 0;
	iframe.frameMargin = 0;
	iframe.framePadding = 0;
	iframe.width = "670";
	iframe.height = "1800";
	iframe.src	= "javascript:void(0);";
	iframe.name = "gpi";
	form.target = "gpi";
	
	var maDiv = document.getElementById("texte");
	maDiv.innerHTML = "";
	maDiv.appendChild(iframe);
	setTimeout(function(){form.innerHTML = "";document.documentElement.scrollTop = 210;}, 1000);
}
