//Affichage du formulaire d'inscription au site
function sinscrire(largeur, hauteur) {
	var top=(screen.height-hauteur)/2;
  	var left=(screen.width-largeur)/2;
	window.open("http://www.fibresdetoile.com/inscription/sinscrire.php", "sinscrire", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, width="+largeur+", height="+hauteur+", left="+left+",top="+top);
}

//Affichage des oeuvres en popup
function afficheImage(largeur, hauteur, image) {
	var top=(screen.height-hauteur)/2;
  	var left=(screen.width-largeur)/2;
	window.open("http://www.fibresdetoile.com/images/oeuvres/big/big_"+image, "oeuvre", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, width="+largeur+", height="+hauteur+", left="+left+",top="+top);
}
