function fenetre(id,y,l,h,top,left){window.open(id, '_blank', 'scrollbars=yes,location=no,menubar='+y+',width='+l+',height='+h+',resizable=yes,top='+top+', left='+left);}