function commanderLP(id)
{
	if ( id )
		// tbi : test que id est bien un identifiant et la valeur ok
		window.open( 'http://www.lepublieur.com/desfemmes/commandeSpecifique.asp?id='+id, 'commandeLePublieur', 'height=300,width=400' )
	else
		window.open( 'http://www.lepublieur.com/desfemmes/commandeGenerale.html', 'commandeLePublieur', 'height=300,width=400' )
}
