onerror = stopError;

function stopError() {return true;}

function op( linkobj )
  { w = open(linkobj.href,"details","width=1000,height=700,left=0,top=0,scrollbars=yes");
    w.caller = this;
    w.focus();
  }

