function popup(url) {
window.open(url , '', 'width=640,height=480,scrollbars=yes,resizable=yes,status=yes,toolbar=no,menubar=no,location=no'); 
}
