function Upstairs_InstallDynamics() {
  WhiteForm_AutoNext('dayofbirth','monthofbirth');
  WhiteForm_AutoNext('monthofbirth','yearofbirth');
  WhiteForm_DisableFormEnter('whiteform');
}

function Upstairs_FieldChecker(mField) {
  var oElement = WHITE_GetElementFlex(mField);
}

/******* EXECUTE ON LOAD OF THIS FILE ******/

if ('function' == typeof WHITE_AddLoadEvent)
{
  if ('function' == typeof WhiteForm_InstallDynamics)
  {
    WHITE_AddLoadEvent(WhiteForm_InstallDynamics);
  }
  if ('function' == typeof Upstairs_InstallDynamics)
  {
    WHITE_AddLoadEvent(Upstairs_InstallDynamics);
  }
}