function popup(url) {
window.open(url, '_blank', 'width=780,height=620,menubar=no,resizable=yes,scrollbars=yes,location=no');
}