<!--

document.writeln("<form method=post action=http://www.oanda.com/convert/classic name=currencyconverter>");
document.writeln("  <table width=" + tablewidth + " border= " + border + " cellspacing=0 cellpadding=0 bordercolor=" + bordercolor + ">");
document.writeln("    <tr> ");
document.writeln("      <td bgcolor=" + headerbgcolor +"> <font color=" + headerfontcolor + " face= " + fonttype + " size=+1>Currency Converter</font></td>");
document.writeln("    </tr>");
document.writeln("    <tr> ");
document.writeln("      <td> ");
document.writeln("        <table width=100% border=0 cellspacing=1 cellpadding=1>");
document.writeln("          <tr>");
document.writeln("            <td><font size=" + fontsize + " face= " + fonttype + " color=" + textfontcolor + ">Amount:</font>");
document.writeln("              <input type=text name=value size=10 maxlength=10 value=1>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td><div align=" + divalign + "> ");
document.writeln("              <font size=" + fontsize + " face= " + fonttype + " color=" + textfontcolor + ">From Currency</font><br>");
document.writeln("                <select name=exch size=" + scrollsize + ">");
document.writeln("                  <option value=" + from_currency + " selected>" + from_country + " . "  + from_currency);
document.writeln("                  <OPTION value=AUD>Australia . AUD"); 
document.writeln("                  <OPTION value=GBP>UK . GBP"); 
document.writeln("                  <OPTION value=CAD>Canada . CAD ");
document.writeln("                  <OPTION value=EUR>Euro . EUR ");
document.writeln("                  <OPTION value=XAU>Gold . Gold(oz) ");
document.writeln("                  <OPTION value=JPY>Japan . JPY ");
document.writeln("                  <OPTION value=SGD>Singapore . SGD ");
document.writeln("                  <OPTION value=SEK>Sweden . SEK ");
document.writeln("                  <OPTION value=CHF>Switzerland . CHF ");
document.writeln("                  <OPTION value=THB>Thailand . THB");
document.writeln("                </select>");
document.writeln("            </div></td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td><div align=" + divalign + "> ");
document.writeln("              <font size=" + fontsize + " face= " + fonttype + " color=" + textfontcolor + ">To Currency</font><br>");
document.writeln("                <select name=expr size=" + scrollsize + ">");
document.writeln("                  <option value=" + to_currency + " selected>" + to_country + " . " + to_currency);
document.writeln("                  <OPTION value=AUD>Australia . AUD"); 
document.writeln("                  <OPTION value=GBP>UK . GBP");
document.writeln("                  <OPTION value=CAD>Canada . CAD ");
document.writeln("                  <OPTION value=EUR>Euro . EUR ");
document.writeln("                  <OPTION value=XAU>Gold . Gold(oz) ");
document.writeln("                  <OPTION value=JPY>Japan . JPY ");
document.writeln("                  <OPTION value=SGD>Singapore . SGD ");
document.writeln("                  <OPTION value=SEK>Sweden . SEK ");
document.writeln("                  <OPTION value=CHF>Switzerland . CHF ");
document.writeln("                  <OPTION value=THB>Thailand . THB");
document.writeln("                </select>");
document.writeln("            </div></td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td> ");
document.writeln("              <div align=" + divalign + "> ");
document.writeln("                <input type=submit name=Submit value=\"Convert\">");
document.writeln("              </div>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td><div align=" + divalign + "><a href=http://www.oanda.com/convert/classic><font size=" + fontsize + " face=" + fonttype + " color=" +textfontcolor + ">Full ");
document.writeln("              Currency Converter</font></a></div></td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td> ");
document.writeln("              <table width=198 border=0 cellspacing=0 cellpadding=0>");
document.writeln("                <tr> ");
document.writeln("                  <td width=100%><hr size=1>");
document.writeln("		<a href=http://www.oanda.com/><font size=" + fontsize + " face= " + fonttype + " color=" + textfontcolor + ">Free Currency Converter</font></a> ");
document.writeln("                    <font size=" + fontsize + " face= " + fonttype + " color="+textfontcolor+">Provided by <a href=http://www.oanda.com/>OANDA.com, The Currency Site</a>.");
document.writeln("                    </td>");
document.writeln("                </tr>");
document.writeln("              </table>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("        </table>");
document.writeln("      </td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln(" </form>");
// -->
