function targetNew(element)
{
  window.open(element.href);
}