//
// help.js
// Copyright (c) 2001 - 2003 Citrix Systems, Inc. All Rights Reserved.
//

// Opens the online help window.
//
function openHelp(url) {
    window.open(url, "nfuse_user_help", "location=no,toolbar=no,resizable=yes");
}

