//
// Carnegie Mellon University, Human Computer Interaction Institute
// Copyright 2008
// All Rights Reserved
//
// Author: Alida Skogsholm
// Version: $Revision: 1.2 $
// Last modified by: $Author: alida $
// Last modified on: $Date: 2008/03/17 17:20:56 $
// $KeyWordsOff: $
//

/**
 * Help Page initializer.
 * Close the help window (if its open) and remove the help button.
 */
function initHelpPage() {
    theHelpWindow.closeHelpWindow();
    theHelpWindow.hideHelpButton();
}

// Add an onload listener to initialize this report.
onloadObserver.addListener(initHelpPage);
