<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
<TITLE><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/title" /></TITLE>

<script>
// Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved.
var helpDoc         = MM.HELP_fmt_ASP_Currency;

// the following strings need to match the title and file = attribute in the formats.xml file 
var CURRENCY = "Currency";
var PERCENT =  "Percent";
</script>

<script src="../../Shared/UltraDev/scripts/ssCmnElements.js"></script>
<script src="../../Shared/UltraDev/scripts/ssClasses.js"></script>
<script src="../../Shared/MM/Scripts/CMN/dom.js"></script>
<script src="../../Shared/UltraDev/scripts/ssDocManager.js"></script>
<script src="../../Shared/MM/Scripts/CMN/displayHelp.js"></script>
<script src="FormatsSupport.js"></script>
<script src="Currency.js"></script>
<script src="Numeric.js"></script>
</head>

<body>
<form method="post" action="">
  <table width="41%" border="0">
    <tr valign="baseline">
      <td width="60%" align="right" nowrap><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/text/digits" /> </td>
      <td width="40%" nowrap>
        <div align="left">
          <select name="NumDigitsAfterDecimal">
            <option value="0"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/0/0" /></option>
            <option value="1"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/1/1" /></option>
            <option value="2" selected><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/2/2" /></option>
            <option value="3"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/3/3" /></option>
            <option value="4"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/4/4" /></option>
            <option value="5"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/5/5" /></option>
            <option value="6"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/6/6" /></option>
            <option value="7"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/7/7" /></option>
            <option value="8"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/8/8" /></option>
            <option value="9"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/9/9" /></option>
            <option value="10"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/10/10" /></option>
            <option value="11"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/11/11" /></option>
            <option value="12"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/12/12" /></option>
            <option value="13"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/13/13" /></option>
            <option value="14"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/14/14" /></option>
            <option value="15"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/15/15" /></option>
            <option value="16"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/16/16" /></option>
            <option value="17"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/17/17" /></option>
            <option value="18"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/18/18" /></option>
            <option value="19"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/19/19" /></option>
            <option value="20"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/20/20" /></option>
          </select>
        </div>
      </td>
    </tr>
    <tr valign="baseline">
      <td width="60%" align="right" nowrap> <MMString:loadString id="ServerFormats/ASP_Vbs/Currency/text/Leading" /> </td>
      <td width="40%" nowrap>
        <div align="left">
          <select name="IncludeLeadingDigit">
            <option value="-1"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/-1/Yes" /></option>
            <option value="0"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/0/No" /></option>
            <option value="-2" selected><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/-2/Default" /></option>
          </select>
        </div>
      </td>
    </tr>
    <tr valign="baseline">
      <td width="60%" align="right" nowrap> <MMString:loadString id="ServerFormats/ASP_Vbs/Currency/text/Negative" /> </td>
      <td width="40%" nowrap>
        <div align="left">
          <select name="UseParensForNegativeNumbers">
            <option value="-1"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/-1/Parentheses" /></option>
            <option value="0"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/0/Minus" /></option>
            <option value="-2" selected><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/-2/Default" /></option>
          </select>
        </div>
      </td>
    </tr>
    <tr valign="baseline">
      <td width="60%" align="right" nowrap> <MMString:loadString id="ServerFormats/ASP_Vbs/Currency/text/Group" /> </td>
      <td width="40%" nowrap>
        <div align="left">
          <select name="GroupDigits">
            <option value="-1"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/-1/Yes" /></option>
            <option value="0"><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/0/No" /></option>
            <option value="-2" selected><MMString:loadString id="ServerFormats/ASP_Vbs/Currency/option/-2/Default" /></option>
          </select>
        </div>
      </td>
    </tr>
  </table>
  </form>
<p>&nbsp;</p>
</body>
</html>
