for (link = find('link'); link.hasMatch; link = link.next) {

  href = link.element.getAttribute('href')
  if (href.match("passed_id")) {
with(openTab(href, true)) {

click("Reply")  }
continue
//t1.show()
}
}



