var ouverte = false;	// pas de fenetre ouverte

function expowin(name, type, w, h) {
	expo = window.open ("expodetail.php?id=" + name + "&type=" + type, "expo", "width=" + w + ",height=" + h + ",scrollbars=no,status=no");
	ouverte = true;
	return(ouverte);
}
