/**********************************************************************
*        JavaScript Function File                                     *
*        Lörzweiler Homepage                                          *
*        Author Name  : Willfried Kollbach                            *
*        Creation Date: 2005/01/05                                    *
*        Last Update  : 2005/01/05                                    *
**********************************************************************/

function setvalue(day,month,year,total)
  {
	  document.datum.day.value=day;					
	  document.datum.month.value=month;	
	  document.datum.year.value=year;
	  document.datum.allyear.value=total;
  }  
  
/**********************************************************************
*        End of JavaScript Function File                              *
**********************************************************************/
