/*
 Copyright M. Vesey 2009
*/
function initialise(){
  drawCalendars();
  initForm();
}
window.onload=initialise;

