<!--
function Pop1(amount)
 { 
PopupWindow = window.open ('', 'PopupWindow', 'toolbar=0,location=0,resizable=1,height=220,width=350')
PopupWindow.focus()
PopupWindow.location.href = 'http://www.fieba.net/fieba/preset.jsp?FI_from=GBP&FI_to=USD&FI_inputAmount=' + amount
}
//-->