<!-- MENU-LOCATION=NONE -->
<!-- Copyright 2002, 2003 Macromedia, Inc. All rights reserved. -->
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
<title><MMString:loadString id="Menus/MM/CC_LaunchHelp/title" /></title>
<script>
//--------------- LOCALIZEABLE GLOBALS---------------
//--------------- END LOCALIZEABLE   ---------------

function canAcceptCommand()
{
	return true;
} //canAcceptCommand
	
	
function launchHelp()
{
	displayHelp('');
}
</script>
</head>
<body onLoad="launchHelp()">
</body>
</html>
