function confirmer()
{
	return confirm('Êtes vous sûr ?');
}
function popuppanier(Chemin){
	msg=window.open(Chemin,'fenetrepanier', 'width=790,height=500,resizable=yes,scrollbars=yes');
	msg.focus();
	msg.document.location.href=Chemin;
}
// function popup(Chemin) {
// 	fenetreouv=open(Chemin,'fenetreouv', 'width=790,height=500,resizable=yes,scrollbars=yes');
// }
function popuppanier(Chemin){
	msg=window.open(Chemin,'fenetrepanier', 'width=790,height=500,resizable=yes,scrollbars=yes');
	msg.focus();
	msg.document.location.href=Chemin;
}
// function popup(Chemin) {
// 	fenetreouv=open(Chemin,'fenetreouv', 'width=790,height=500,resizable=yes,scrollbars=yes');
// }
function popup(Chemin) {
	fenetreouv=open(Chemin,'fenetreouv', 'width=580,height=300,resizable=yes,scrollbars=yes');
	fenetreouv.focus();
}
function openWindow(url,titre,param) {
	open(url,titre,param);
}
