x = screen.width;
y = screen.height;

function popedito()

	{
		ouvrir = window.open('edito.html','edito','status=yes,width=415,height=490');
		gauche = (x-415)/2;
		haut = (y-490)/2;
		ouvrir.moveTo(gauche,haut);
	}


function MM_openBrWindow(theURL,winName,features)

	{

		window.open(theURL,winName,features);

	}


