// JavaScript document

function setPrice(howMuch)
{
	document.getElementById('subscriptionPrice').value = howMuch;
}