function closePopupAttentePdf() {
	if (w.document) { w.close(); }
}

function openPopupAttentePdf() {
	w = window.open('http://'+location.host+'/fileadmin/scripts/js/popupAttentePdf.html','',"height=180,width=400,left=300,top=500,menubar='no',toolbar='no',location='no',status='no',scrollbars='no'");

	// Attente de 10 sec avant fermeture
	setTimeout("closePopupAttentePdf()",10000);
}