$(document).ready(
	function()
	{
		$('.envoyer_ami a').popbox({width:300,height:200,scrollbars:'no'});
	}
);