function autofillPeopleAbsentCause()
	{
	document.addform.fieldCause.value+=document.addform.autocause.value;
	}
function autofillCategory()
	{
	document.addform.Category.value+=document.addform.autocategory.value;
	}
function autofillfieldPosition_Title()
	{
	document.addform.fieldPosition_Title.value+=document.addform.autopositions.value;
	}
function autofillPositions()
	{
	document.addform.Positions.value+="\n";
	document.addform.Positions.value+=document.addform.autopositions.value;
	}
function autofillCentres()
	{
	document.addform.Centres.value+="\n";
	document.addform.Centres.value+=document.addform.autocentres.value;
	}
