function calc(val){

  	var calcs = val * 50; 

  	document.getElementById('amount').value = calcs;
}