function OpenBanniere(LangueID, BanniereID, Nom, width, height, style)
{
	if (width == 0 || height == 0)
		window.open('/Forces/PopupBanniere.aspx?LangueID=' + LangueID + '&BanniereID=' + BanniereID, Nom, style);
	else
		window.open('/Forces/PopupBanniere.aspx?LangueID=' + LangueID + '&BanniereID=' + BanniereID, Nom, 'width=' + width + ', height=' + height + ', ' + style);
}
