function open_href(objHref, strTarget)
{// function for open window in XHTML 1.1 strict - no target by anchor is allowed
  window.open(objHref.href, strTarget);
  return false;
}// end of function window_open_href(objHref)
