<!-- MENU-LOCATION=NONE -->
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<HEAD>
<!-- Copyright 2000, 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<TITLE><MMString:loadString id="Menus/MM/checklinks/title" /></TITLE>
<SCRIPT LANGUAGE="javascript">
<!--
	function receiveArguments()
	{
		if (dw.getFocus(true) == 'site')
		{
			site.checkLinks("selection");
		}
		else
		{
			site.checkLinks("document");
		}
   }

   function canAcceptCommand()
   {
		if (dw.getFocus(true) == 'site')
			return site.getFocus() != 'remote' && site.getSelection().length > 0;
		else
			return (dw.getDocumentDOM() != null && dw.getDocumentDOM().getParseMode() == 'html');
   }

// -->   
</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>
