// Programme de remise en forme
// si on appelle une sous-page

function affiche(adr1,adre,page){
	tst=parent.frames.length;
	if(!tst){
		document.location=adr1+"#--"+page;
	}
}

function confirmForm()
{
location.href = "merci.htm";
}