window.defaultStatus="[vlan.org] - Webzine des anciens étudiants de l\'IUT SeReCom à St-Raphaël";
x = screen.width;
y = screen.height;

function popedito()

	{
		ouvrir = window.open('edito.php','edito','status=yes,width=435,height=490,scrollbars=yes');
		gauche = (x-415)/2;
		haut = (y-490)/2;
		ouvrir.moveTo(gauche,haut);
	}


function MM_openBrWindow(theURL,winName,features)

	{

		window.open(theURL,winName,features);

	}
