<!--
//Opens a new pop up window for image links if javascript is enabled
//If javascript is disabled, it will open the image in a new browser window
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var newWin = window.open(theURL,winName,features);
  newWin.focus;
  return false;
  newWin.moveTo(0,0);
}
//-->

