function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function f(foto) {
 window.open("" + foto, "foto", "width=1,height=1,scrollbars=no");
}
