function postMini(weight,price){
  var str = 'resizable=no, width=500, height=300, screenX=100, screenY=100, left=100, top=100';
  window.open("/getCostDost/__postMini.php?weight="+weight+"&summCost="+price, "show", str); 
}