function liens(a,b,c)
{
var code = a;
var url = b;
var id = c;
fenetre = window.open('/popup.php?code='+code+'&id='+id+'','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=395, height=350, left=50, top=50');window.open(url,'_self');
}
