function ouvrirami()
{
//popUpWin('/ami.asp?url=" + this.location.href + "','console',460,530)
window.open("/ami.asp?url=" + this.location.href + " ", 'ami', 'menubar=0,toolbar=0,scrollbars=yes,status=no,resizable=yes,width=460,height=500');
}
function ouvrirami_en()
{
//popUpWin('/ami.asp?url=" + this.location.href + "','console',460,530)
window.open("/ami_en.asp?url=" + this.location.href + " ", 'ami', 'menubar=0,toolbar=0,scrollbars=yes,status=no,resizable=yes,width=460,height=500');
}
