
function popup( url ) {
  window.open( url,'popup','status=yes,menubar=yes,scrollbars=yes,height=400,width=550' );
}