function popIt(img, largeur, hauteur) {
	var titre="PetitBe";
	popup=open("",'PetitBe','width='+largeur+',height='+hauteur+',toolbar=no,scrollbars=no,resizable=yes,left=50,top=50');	
	popup.document.write("<html><head><title>"+titre+"</title></head>");
	popup.document.write("<script language=javascript>function checksize()  { if (document.images[0].complete) {  window.resizeTo(document.images[0].width+32,document.images[0].height+70); window.focus();} else { setTimeout('check()',250) } }</"+"script>");
	popup.document.write("<body onload='checksize()' style='margin:10px 0 0 10px;padding:0;'><img src='"+img+"'>");
	popup.document.write("</body></html>");
	popup.document.close();
}

/* Permet d'afficher les menus en Flash malgré le blocage lié à IE */
function affichFlash(){
	document.write('<object type="application/x-shockwave-flash" data="swf/accueil.swf" width="580" height="335">\n');
	document.write('<param name="movie" value="swf/accueil.swf" />\n');
	document.write('<param name=wmode value=transparent />\n');
	document.write('<p class="flash_replace">L\'installation du plugin Flash est n&eacute;cessaire. Merci de le t&eacute;l&eacute;charger <a href="http://www.macromedia.com/go/getflash/" target="_blank">ici</a>.</p>\n');
	document.write('</object>\n');
}
