<!-- Hide from old scripts


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 height=31 bgcolor= " + headerbgcolor + ">");
document.writeln("<font color=" + headerfontcolor + " size=+2>Currency Converter</font></td>");
document.writeln("   </tr>");
document.writeln("    <tr> ");
document.writeln("      <td> ");
document.writeln("        <table width=100% border=0 cellspacing=1 cellpadding=1 bgcolor=" + tablebgcolor +">");
document.writeln("          <tr> ");
document.writeln("            <td width=50%><font color=" + textfontcolor + " face=" + fonttype + "> Enter Amount</font> ");
document.writeln("              <input type=text name=value size=10 maxlength=10 value=1>");
document.writeln("            </td>");
document.writeln("            <td width=50%>&nbsp;</td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td> ");
document.writeln("              <div align=center><font size=+1><font color=" + textfontcolor + " face=" + fonttype + ">From Currency</font></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=HKD>Hong Kong . HKD ");
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</option>");
document.writeln("                  <option value=USD>United States . USD</option>");
document.writeln("                </select>");
document.writeln("              </div>");
document.writeln("            </td>");
document.writeln("            <td> ");
document.writeln("              <div align=center> <font size=+1><font color=" + textfontcolor + " face=" + fonttype + ">To Currency</font></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=HKD>Hong Kong . HKD ");
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</option>");
document.writeln("                  <option value=USD>United States . USD ");
document.writeln("                </select>");
document.writeln("              </div>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td> ");
document.writeln("              <div align=center>&nbsp;</div>");
document.writeln("            </td>");
document.writeln("            <td> ");
document.writeln("              <div align=center>&nbsp;</div>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td rowspan=2> ");
document.writeln("              <table width=100% border=0 cellspacing=0 cellpadding=0>");
document.writeln("                <tr> ");
document.writeln("                  <td width=100%><a href=http://www.oanda.com/><font size=1 color=" + textfontcolor + " face=" + fonttype + ">");
document.writeln("                    Currency Converter</font></a><font size=1 color=" + textfontcolor + " face=" + fonttype + "> provided by");
document.writeln("		<font color=" + textfontcolor + " face=" + fonttype + ">");
document.writeln("                    <a href=http://www.oanda.com>OANDA.com, The Currency Site</a>.");

document.writeln("                </tr>");
document.writeln("              </table>");
document.writeln("            </td>");
document.writeln("            <td> ");
document.writeln("              <div align=center> ");
document.writeln("                <input type=submit name=Submit value=\"Convert\">");
document.writeln("              </div>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("          <tr> ");
document.writeln("            <td colspan=2> ");
document.writeln("              <div align=center><a href=http://www.oanda.com/convert/classic target=_blank><font size=2 color=" + textfontcolor + " face=" + fonttype + ">Full ");
document.writeln("                Currency Converter</font></a></div>");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("        </table>");
document.writeln("      </td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("  <div align=center></div>");
document.writeln("</form>");

// End of Script -->


