  /*
  * Funkcia na naloadovanie obrazkov pre horne menu
  */
  
  function preloadTopMenuImages(path, mail) {

    img_ppm_account = new Image();  
    img_ppm_account.src = path + 'ppm_account.gif';
    img_ppm_account_h = new Image();  
    img_ppm_account_h.src = path + 'ppm_account_h.gif';
    img_mail = new Image();  
    img_mail.src = path + 'mail' + mail + '.gif';
    img_mail_h = new Image();  
    img_mail_h.src = path + 'mail' + mail + '_h.gif';
    img_notification = new Image();  
    img_notification.src = path + 'notification.gif';
    img_notification_h = new Image();  
    img_notification_h.src = path + 'notification_h.gif';
    img_notification_unread = new Image();  
    img_notification_unread.src = path + 'notification_unread.gif';
    img_notification_unread_h = new Image();  
    img_notification_unread_h.src = path + 'notification_unread_h.gif';
    img_forum = new Image();  
    img_forum.src = path + 'forum.gif';
    img_forum_h = new Image();  
    img_forum_h.src = path + 'forum_h.gif';
    img_settings = new Image();  
    img_settings.src = path + 'settings.gif';
    img_settings_h = new Image();  
    img_settings_h.src = path + 'settings_h.gif';
    img_admin = new Image();  
    img_admin.src = path + 'admin.gif';
    img_admin_h = new Image();  
    img_admin_h.src = path + 'admin_h.gif';
    img_logout = new Image();  
    img_logout.src = path + 'logout.gif';
    img_logout_h = new Image();  
    img_logout_h.src = path + 'logout_h.gif';
  
  }
  
  /*
  * Funkcia na naloadovanie obrazkov pre lave menu
  */
  
  function preloadLeftMenuImages(path) {

    img_home = new Image();  
    img_home.src = path + 'home.gif';
    img_home_h = new Image();  
    img_home_h.src = path + 'home_h.gif';
    img_sports = new Image();  
    img_sports.src = path + 'sports.gif';
    img_sports_h = new Image();  
    img_sports_h.src = path + 'sports_h.gif';
    img_pp_magazine = new Image();  
    img_pp_magazine.src = path + 'pp_magazine.gif';
    img_pp_magazine_h = new Image();  
    img_pp_magazine_h.src = path + 'pp_magazine_h.gif';
    img_statistics = new Image();  
    img_statistics.src = path + 'statistics.gif';
    img_statistics_h = new Image();  
    img_statistics_h.src = path + 'statistics_h.gif';
    img_friends = new Image();  
    img_friends.src = path + 'friends.gif';
    img_friends_h = new Image();  
    img_friends_h.src = path + 'friends_h.gif';
  
  }
    
  /*
  * Funkcia na naloadovanie obrazkov pre lave menu
  */
  
  function preloadIconImages(path) {

    img_hockey_help = new Image();  
    img_hockey_help.src = path + 'hockey_help.gif';
    img_hockey_help_h = new Image();  
    img_hockey_help_h.src = path + 'hockey_help_h.gif';
    img_hockey_help2 = new Image();  
    img_hockey_help2.src = path + 'hockey_help2.gif';
    img_hockey_help2_h = new Image();  
    img_hockey_help2_h.src = path + 'hockey_help2_h.gif';
  
  }
