C.10.5.1. Links.xml

<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0"?>

<simulation-wizard version="1.0">
	<strings>
		<language xml:lang="en-us">
			<string id="Standard_Links_Caption">
				Links
			</string>
			<string id="DesignSpaceHomePage_Caption">
				DesignSpace.com
			</string>
			<string id="DesignSpaceResources_Caption">
				DesignSpace Resources
			</string>
			<string id="MatWeb_Caption">
				MatWeb Materials
			</string>
		</language>
	</strings>
	<tasks>
		<task id="DesignSpaceHomePage" icon="simwiz://Icons/Link.gif">
			<activate-event>
				<open-url href="http://www.designspace.com" />
			</activate-event>
		</task>
		<task id="DesignSpaceResources" icon="simwiz://Icons/Link.gif">
			<activate-event>
				<open-url href="http://www.designspace.com/designspace/user_support/" />
			</activate-event>
		</task>
		<task id="MatWeb" icon="simwiz://Icons/Link.gif">
			<activate-event>
				<open-url href="http://www.matweb.com/" />
			</activate-event>
		</task>
	</tasks>
	<body>
		<group id="Standard_Links" collapsed="yes">
			<taskref task="DesignSpaceHomePage" />
			<taskref task="DesignSpaceResources" />
			<taskref task="MatWeb" />
		</group>
	</body>
</simulation-wizard>