<!--
function popup(mylink, windowname,format)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname,format);
return false;
}
//-->

<!-- <a HREF="http://www.oanda.com/convert/classic?user=padala" onClick="return popup(this, 'notes','width=600,height=300,scrollbars=yes')">Currency Converter</a> -->