function OLW(url, nomFen, parametres)
	{
	popWin=window.open(url, nomFen, parametres);
	return ;
}

