function popupatom(url){
winpops=window.open(url,"","resizable=yes,width=780,left=100,top=100,dependent=no,scrollbars=yes")
}
function popupatom600(url){
winpops=window.open(url,"","resizable=yes,width=610,left=100,top=100,dependent=no,scrollbars=yes")
}
function popupatom400(url){
winpops=window.open(url,"","resizable=yes,width=400,left=100,top=100,dependent=no,scrollbars=yes")
}
function popupCarte(url){
popup = window.open(url, "newWindow",
                            "resizable=yes,height=180,width=400,left=100,top=100,dependent=no,scrollbars=no");
}
