function Charge(url,dimx,dimy,scrll,resiz,appel){







nom=appel;

direction=url;






x=(screen.width-dimx)/2





y=(screen.height-dimy)/2





fen=window.open(direction,nom,'top='+y+',left='+x+',screenX='+x+',screenY='+y+',height='+dimy+',width='+dimx+',menubar=0,resizable='+resiz+',scrollbars='+scrll+',status=0,titlebar=0,toolbar=0')








fen.focus();


}