<!--
function findTag(eItem) {
  var objATag = new Object();
  objATag = eItem.all.tags("A").item(0)
  return objATag;
}

function MM_openBrWindow(theURL,winName,features, winwidth) { //v2.0
  newLeft = screen.availWidth - winwidth;
  newLeft = ',left=' + newLeft;
  features = features + newLeft;
  window.open(theURL,winName,features);
}
//-->