function mynote(aelement) {
  window.open(aelement.href,aelement.target,'width=640,height=250,resizable=1,scrollbars=1');
  return false;
}
