<!--

function setCurrency(strDomain, strCurrency) {
         replacement = strDomain + "/datatransfer.php?action=set_currency&currency=" + escape(strCurrency);
         if (window.frames["frame4datatransfer"]) window.frames["frame4datatransfer"].window.location.replace(replacement);
}

//-->
