function targetBlank(object,target) {

  // Get the URL 
  link = object.href;
  window.open(link,target);
}
