<!--
//
// Preload these images
//

  index_1 = new Image();
  personal_training_1 = new Image();
  company_training_1 = new Image();
  pilates_1 = new Image();
  other_services_1 = new Image();
  coaches_1 = new Image();
  contact_1 = new Image();

  index_1.src = "/images/menu/index_1.gif"
  personal_training_1.src = "/images/menu/personal_training_1.gif"
  company_training_1.src = "/images/menu/company_training_1.gif"
  pilates_1.src = "/images/menu/pilates_1.gif"
  other_services_1.src = "/images/menu/other_services_1.gif"
  coaches_1.src = "/images/menu/coaches_1.gif"
  contact_1.src = "/images/menu/contact_1.gif"
//-->