function apriFoto(foto,h,w)
{
 return !window.open("foto.php?foto="+foto,"","height="+h+",width="+w+",directories=no,menubar=no,scrollbars=no,status=no,toobar=no");
}
