/**
 * Copyright (C)SERENA Software,Inc. 1998-2005. All Rights Reserved.
 * 
 * This computer software is Licensed Material belonging to Serena Software.
 * It is considered a trade secret and not to be used or divulged by parties
 * who have not received written authorization from Serena Software.
 */

function HelpUtil() {
}

HelpUtil.openHelp = function( helpKey) {
    //window.open( url, name, "width=" + width + "px,height=" + height + "px,status=" + (statusbar ? "yes":"no") + ",toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=" + (scrollbars ? "yes":"no") + (other_params ? other_params:""));
}
