function popitup( url )
{
  newwindow=window.open( url, 'Secure order form', 'height=650px,width=410px' );
  if ( window.focus )
    newwindow.focus( );
  return false;
}
