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