  function newWindow(elm) { 
  if (window.open(elm.href, elm.target, '')) { 
  return true; 
  } 
  return false; 
  } 

