function timeout(day,month,year) {
	document.getElementById('outmonth').value = month;
	document.getElementById('outday').value = day;
	document.getElementById('outyear').value = year;
}