function copyText(lijst)
{
	document.datumselect.email.value += lijst;
}


