function pop_img(nom,w,h,scrolle) {
stats='toolbar=no,location=no,directories=no,status=no,menubar=no,' ;
stats += 'scrollbars='+scrolle+',resizable=no,width='+w+',height='+h ;
MsgBox = window.open (nom,'msgWindow',stats);
}