/*
Calendar.setup(
{
  inputField  : "property_1_arrivaldate",         // ID of the input field
  ifFormat    : "%d/%m/%Y",    // the date format
  button      : "cal1"       // ID of the button
}
);

Calendar.setup(
{
  inputField  : "property_2_arrivaldate",         // ID of the input field
  ifFormat    : "%d/%m/%Y",    // the date format
  button      : "cal2"       // ID of the button
}
);
Calendar.setup(
{
  inputField  : "property_3_arrivaldate",         // ID of the input field
  ifFormat    : "%d/%m/%Y",    // the date format
  button      : "cal3"       // ID of the button
}
);
Calendar.setup(
{
  inputField  : "property_4_arrivaldate",         // ID of the input field
  ifFormat    : "%d/%m/%Y",    // the date format
  button      : "cal4"       // ID of the button
}
);
Calendar.setup(
{
  inputField  : "property_5_arrivaldate",         // ID of the input field
  ifFormat    : "%d/%m/%Y",    // the date format
  button      : "cal5"       // ID of the button
}
);

			
*/
