function cpwinBtn(anchor) {
  w = window.open(anchor.href,anchor.target,"width=1010,height=640,menubar=yes,toolbar=yes,location=yes,scrollbars=yes,status=yes");
  if (w != null) {
    w.focus();
  }
}

function cpwinBtnSwf(url,target) {
  w = window.open(url,target,"width=1010,height=640,menubar=yes,toolbar=yes,location=yes,scrollbars=yes,status=yes");
  if (w != null) {
    w.focus();
  }
}

