/*
 * Launcher registration file for the Systems Insight Manager Homepage
 */

Application "HP Systems Insight Manager Home"
{
	Version "Insight Integration version 3.1";

        Copyright {
	    "Copyright (c) 1990-2004 Hewlett-Packard Company",
	    "All rights reserved."
        }

        Description {
	    "Insight Integration for Network Node Manager",
            "The HP Systems Insight Manager Homepage."
        }

        DisplayString "Insight Manager Home";
	
        List "ITResources" {
                <40> "Insight Manager Home"
                        Icon "launcher/str_hpweb.16.gif"
                        ActiveHelp { "Link to the Insight Manager server configured on the network.  This provides access to the other tools and features of Insight Manager." }
                        f.action "IM7Home";
        }

        Action IM7Home {
            URL "https://IM7IPADDRESS:50000";
        }
}
