<!--
    function popCurrencyWindow(amountCurrency,fromCurrency) {
      CurrencyWindow = window.open ('http://www.xe.net/ecc/input.cgi?Template=sw&Amount='+amountCurrency+'&From='+fromCurrency, '', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=yes,width=600,height=170,left=0,top=0,screenX=0,screenY=0')
    }
// -->

