function calendarSetup(fieldID){
	Calendar.setup(
    {
      inputField  : fieldID,         // ID of the input field
      ifFormat    : "%Y-%m-%d",    // the date format
      button      : fieldID       // ID of the button
    }
  );
}