function foto(name){
  var win=window.open('image.php?id='+name,'new','width=450,height=360,menubar=0,top=50,left=50');
  win.focus();
}
