<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/RadioGroup/title" /></TITLE>

<SCRIPT>

function controlFiles()
{
  return new Array("Shared/Controls/Scripts/RadioGroup.js");
}

function controlSource(name)
{
  return '' +
  '<!-- Please Note: As many radio buttons as needed may be added to this group.\n' +
  '     Set the value attribute of each radio button to the corresponding parameter\n' +
  '     value that should be passed when that option is selected. -->\n' +
  '<table border="0">\n'+
  '  <tr>\n' +
  '    <td valign="baseline" nowrap>\n' +
  '      <input type="radio" name="' + name + '" value=""> [' + MM.LABEL_Label + ']</td>\n' +
  '  </tr>\n' +
  '  <tr>\n' +
  '    <td valign="baseline" nowrap>\n' +
  '      <input type="radio" name="' + name + '" value=""> [' + MM.LABEL_Label + ']</td>\n' +
  '  </tr>\n' +
  '</table>'
}

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