<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<HEAD>
<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<TITLE><MMString:loadString id="Shared/Controls/String_Menu/ListMenu/title" /></TITLE>
<SCRIPT>

function controlFiles()
{
  return new Array(
	"Shared/Controls/Scripts/ListMenu.js",
	"Shared/Common/Scripts/ListControlClass.js");
}

function controlSource(name) {
  return '' +
    '<!-- Please Note: As many options as needed may be added to this select.\n' +
    '     Set the value attribute of each option to the corresponding parameter\n' +
    '     value that should be passed when that option is selected. -->\n' +
    '<SELECT STYLE="width:250px" NAME="' +name+ '">\n' +
    '  <OPTION value="" SELECTED>*** No values specified</OPTION>\n' +
    '</SELECT>';
}

</SCRIPT>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
</HEAD>
<BODY>

</BODY>
</HTML>
