function MM_openBrWindow(theURL,winName,features) { //v2.0
  tomato = window.open(theURL,winName,features);
  tomato.onFocus();
}

function winner(theURL,winName,features) { //v2.0
  tomaphoto = window.open(theURL,winName,features);
  tomaphoto.onFocus();
  
}
