function CalculatePrice(){
  document.frm.sac.value = "calcPrice";
	document.frm.submit();
}


