function p2pay()
{
	var priceof
	priceof = document.getElementById("price").value;
	document.getElementById("amount").value = priceof;
}

