void initScoreData()
 {
     highScoresData = new HighScoreDataManager();
     highScoresData.Load();         // Load the scores...
 }