function conCat()
{
	var name = document.getElementById("nom").value;
	var description = " Payment from: " + name;
	document.paypal.item_name.value = description;
}// JavaScript Document