<!-- Begin

function blockError(){return true;}
window.onerror = blockError;


function WindowToolbar(url,width,height) {
  CMWindow=open(url,"Destination","toolbars=0,statusbar=0,menubar=0,scrollbars=1,resizable=1,width="+width+",height="+height+",top=100,left=100");
  if (CMWindow.focus != null) {
    CMWindow.focus()
  }
}

// -->
