<HTML>
<HEAD>
<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<TITLE>Preview Browsers</TITLE>
<SCRIPT LANGUAGE="javascript" SRC="../../Shared/MM/Scripts/CMN/string.js"></SCRIPT>
<SCRIPT LANGUAGE="javascript">
<!--
//--------------- LOCALIZEABLE GLOBALS ---------------

//---------------   END LOCALIZEABLE   ---------------
// -->   


//This command should generate a dynamic list of all CSS fonts defined for 
//the open doc. 

function receiveArguments()
{
alert("CONTRIBUTE ALERT: Write this");
}

function canAcceptCommand()
{
return true; 
}

// getDynamicContent returns the contents of a dynamically generated menu.
// returns an array of strings to be placed in the menu, with a unique
// identifier for each item separated from the menu string by a semicolon.
//
// return null from this routine to indicate that you are not adding any
// items to the menu
function getDynamicContent(itemID)
{
	var result = new Array();
	result.push("we;id=0"); 
	result.push("should;id=0"); 
	result.push("write;id=0"); 
	result.push("this;id=0"); 
	result.push("command;id=0"); 

	return result;
}

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