function Popup(url,nom){
window.open(url,nom,'width=650 height=480 resizable=yes top=50 left=50 scrollbars=yes')
}

