function popup(nom) 
	{
	window.open(nom,'','scrollbars=yes,width=520,height=450,top=50px,left=100px');
	}

function popup_accueil(nom)
	{
	window.open(nom,'','scrollbars=no,width=300,height=300,top=50px,left=200px');
	}

function affiche(nom) 
	{
  window.open(nom,'Carte','scrollbars=no,width=500,height=400');
  }
function affiche2(nom) 
  {
window.open(nom,'','scrollbars=yes,width=650,height=430');
  }
function mess()
  {
  affiche2("message.htm" );
  }
/*
var message='Copyright © 1999 Musées Départementaux A.DEMARD'; function click(e)
{if (document.all) {if (event.button == 2) {alert(message);return false;}}
if (document.layers) {if (e.which == 3) {alert(message);return false;}}}
if (document.layers) {document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;
*/