  function order(a){
  var win_dimensions = "height=500px, width=650px";
  foto=window.open("/2sauna-order/index.php?a="+a,"foto", win_dimensions);
  foto.moveTo(100, 100);
  foto.focus();
  }