function getCurrencyConverter(c,a,b,e,d){if(d=="wasNow"){url1="/pws/ConvertCurrency.ice?value="+c+"&fromCurrency="+b+"&toCurrency="+e;$("p#productPrice span.wasPrice").load(url1,function(){});url2="/pws/ConvertCurrency.ice?value="+a+"&fromCurrency="+b+"&toCurrency="+e;$("p#productPrice span.nowPrice").load(url2,function(){})}else{if(d=="fromTo"){url1="/pws/ConvertCurrency.ice?value="+c+"&fromCurrency="+b+"&toCurrency="+e;$("p#productPrice span.fromPrice").load(url1,function(){});url2="/pws/ConvertCurrency.ice?value="+a+"&fromCurrency="+b+"&toCurrency="+e;$("p#productPrice span.toPrice").load(url2,function(){})}else{url1="/pws/ConvertCurrency.ice?value="+c+"&fromCurrency="+b+"&toCurrency="+e;$("p#productPrice span.onePrice").load(url1,function(){})}}return false};
