Hola,
Es porque le pasas la variable winName a la ventana, y la abre en la misma.
Pruebas así:
Código:
function MM_openBrWindow(theURL,features) { //v2.0
window.open(theURL,features);
}
Código HTML:
<a href="../pics/sad_siempre-hay-manana_02bg.jpg" target="_blank" onClick="MM_openBrWindow('../pics/sad_siempre-hay-manana_02bg.jpg','width=480,heig ht=360')"><img src="../pics/sad_siempre-hay-manana_02th.jpg" width="133" height="100" border="2" id="redux" /></a>