var exchange_rate=[];function fn_exchange_check_exceptions(id){var original_price=price[id];id=(typeof(id)==="object")?parseInt(id['id']):parseInt(id);elm=$('#sec_exchange_'+id);var ePrice=update_ids[id]['product_price']['P'];if(typeof(tax_data[id])==="object"){var tax_subtotal=tax_included=0;for(_k in tax_data[id]){tax_subtotal+=parseFloat(tax_data[id][_k]['tax_subtotal']);if(tax_data[id][_k]['price_includes_tax']=='Y'){tax_included+=parseFloat(tax_data[id][_k]['tax_subtotal']);}}
ePrice=ePrice-tax_subtotal;ePrice=(cart_prices_w_taxes==true)?ePrice+tax_included:ePrice;};if(elm.length){elm.html(jQuery.formatNum(ePrice/exchange_rate[id],decplaces,true));}}
