function Rate_Deck(amt, base_url, targetElId, pulldownElId, dcountry, sku, den, ocountry, dcity, dconn, rate_finder_url, product_page_url) { var el; if(amt.lastIndexOf('~')) { // The combocart select element contains "~" separated values. amt = amt.substring(amt.lastIndexOf('~') + 1, amt.length); } // Try to adjust the add to cart pulldown to the correct denomination before proceeding. if(pulldownElId.length > 0) { el = document.getElementById(pulldownElId); il = el.options.length; for(i=0; i