/* Ajouter au favoris */
function favoris() {
	/* IE */
	if ( navigator.appName != 'Microsoft Internet Explorer' ){ 
		window.sidebar.addPanel("La Vinothèque","http://www.lavinotheque31.com/",""); 
	}
	/* FireFox */
	else { 
		window.external.AddFavorite("http://www.lavinotheque31.com/","La Vinothèque"); 
	} 
}
/* Carte Espagne/France */
function popupCarte(reg){
	document.location.href = "selection-vin-"+reg+".php";
}

/* popup commentaire */
function commentaire(id) {
	upload = window.open("commentaires.php?id_message=" + id, 'upload', "toolbar=no, location=no, directories=no, status=no,scrollbars=yes, resizable=yes, copyhistory=no, width=620, height=600, left=160, top=110");
}
