NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Project PANCERS v3.1 // @match https://argus.aka.amazon.com/* // @include https://argus.aka.amazon.com/* //@author kalpdev // @require https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js // @require https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js // @require https://gist.github.com/raw/2625891/waitForKeyElements.js // @resource buttonCSS https://raw.githubusercontent.com/necolas/css3-github-buttons/master/gh-buttons.css // @resource bootstrapCSS https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css // @resource githubButtonIconSet https://raw.githubusercontent.com/necolas/css3-github-buttons/master/gh-icons.png // @grant GM_xmlhttpRequest // @version 4.00 // @updateURL https://openuserjs.org/meta/kalpdev.1/Project_PANCERS_v3.1.meta.js // @downloadURL https://openuserjs.org/install/kalpdev.1/Project_PANCERS_v3.1.user.js // @license MIT // @namespace Kalpdev // @grant GM_addStyle // @grant GM_getResourceText // @grant GM_getResourceURL // ==/UserScript== /*- The @grant directive is needed to work around a design change introduced in GM 1.0. It restores the sandbox. */ GM_addStyle(` .modal2 { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ padding-top: 15%; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ .modal-content2 { background-color: #fefefe; margin: auto; text-align: center; padding: 0; border: 1px solid #888; width: auto; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } .modal-header2 { background-color: #00796b; color: white; } .title2 { text-align: center; font-size: 2.5rem } .modal-footer2 { background-color: #ffffff; } `); console.log("Start"); document.head.appendChild(cssElement(GM_getResourceURL ("githubButtonIconSet"))); document.head.appendChild(cssElement(GM_getResourceURL ("buttonCSS"))); document.head.appendChild(cssElement(GM_getResourceURL ("bootstrapCSS"))); function cssElement(url) { $("#category").removeClass("hidden"); var link = document.createElement("link"); link.href = url; link.rel="stylesheet"; link.type="text/css"; return link; } function addCustomSearchResult (jNode) { $("#finishProductButton").hide (); jNode.append ( '<button class="select-card clp-accent-card answer-select md-button md-clp-theme md-whiteframe-1dp" type="button" id="click_me" class="click_me" >Pancers Validation</button>' ); // jNode.append ( // '<div class="button-group"><a type="button" class="btn btn-primary btn-sm" data-toggle="modal" id="click_me" data-target="#myModal">Finish Product</a></div>' // ); //$("#tabstrip").before(deleteButtonHtml); $('#click_me').click(function(){ // username, asin, timestamp var username_str = jQuery(".spoof-user-badge-pic").attr('alt'); var product_asin_str = $("#workItemContainer").text(); product_asin_str = product_asin_str.trim(); // ASIN GM_xmlhttpRequest({ method: "POST", url: "http://pnq-412gv7q.ant.amazon.com:8087/project_pawn/save_entry_all", data: "username_str="+username_str+"&product_asin_str="+product_asin_str, headers: { "Content-Type": "application/x-www-form-urlencoded" }, onload: function(response) { console.log(response.responseText); } }); var modalHtml = ` <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content2"> <div class="modal-header2"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title2" id="myModalLabel">Project PANCERS - Alert Message</h4> </div> <div class="modal-body"> <center><span id="alert_msg_section1" style="font-size: 18px;font-weight: bold;"></span></center><br><br> <center><span id="alert_msg_section2" style="font-size: 18px;font-weight: bold;"></span></center><br> <center><span id="alert_msg_section5" style="font-size: 18px;font-weight: bold;"></span></center><br> <center><span id="alert_msg_section7" style="font-size: 18px;font-weight: bold;"></span></center><br> </div> <div class="modal-footer2"> <a type="button" class="btn btn-default closeButton" data-dismiss="modal">Close</a> </div> </div> </div> </div> `; $("body").prepend(modalHtml); var product_title = $("#dtTools").text(); product_title = product_title.trim(); // Title var product_asin = $("#workItemContainer").text(); product_asin = product_asin.trim(); // Title //alert(product_asin); //var v = document.getElementsByClassName(".spoof-user-badge-pic").alt; var username = jQuery(".spoof-user-badge-pic").attr('alt'); //alert("Username is : " + v); //alert(product_title); var batt = $('md-radio-button[aria-checked="true"]').text(); var batt1 = $('md-radio-button[aria-checked="false"]').text(); var mapObj = { None:"", LEHS3:"", LEHS6:"", 1:"", 2:"", 3:"", 4:"", 5:"", 6:"", 7:"", 8:"", 9:"", 10:"", 11:"", 12:"", 13:"", 14:"", 15:"", 16:"", 17:"", 18:"", 19:"", 20:"", }; batt1 = batt1.replace(/None|LEHS3|LEHS6|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20/gi, function(matched){ return mapObj[matched]; }); batt = batt.replace(/None|LEHS3|LEHS6|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20/gi, function(matched){ return mapObj[matched]; }); //batt1=batt1.replace("LEHS6", ""); //var batt = $(".detail-wrapper").text(); batt = batt.trim(); // Batt batt1 = batt1.trim(); // Batt batt1 = batt1.replace(/(\r\n|\n|\r|)/gm, ""); batt1 = batt1.replace(/ /g,'-'); batt1 = batt1.replace("--------------------",'-'); batt1 = batt1.split("-"); //batt1 = batt1.split(" "); batt = batt.replace(/(\r\n|\n|\r|)/gm, ""); batt = batt.replace(/ /g,'-'); batt = batt.replace("0----------------------------------------------------------------------------",''); batt1.push(batt); batt1 = batt1.filter(item => item); var i; var j; var k; var sstr = ""; var final_string = ""; var cmbnd_string = ""; var cmbnd_string1 = ""; var final_string1 = ""; //var product_title = ""; var product_title_string = ""; var active_fs = []; for (j = 0; j <= batt1.length-1; j++) { $('md-radio-button[aria-label="' + batt1[j] + '"]').trigger('click'); var active_data = $('.ng-isolate-scope').text(); active_data = active_data.trim(); active_data = active_data.split("ArgusDG Dashboard Feedback Loop Dashboard History Get WorkRW Assistant Smart Sample Similar ASINs Model Authoring WorkflowTime Tracker Track User Preferences DownloadPublic Sampling CalculatorDG Dashboard Feedback Loop Dashboard History Get WorkRW Assistant Smart Sample Similar ASINs Model Authoring WorkflowTime Tracker Track User Preferences DownloadPublic Sampling CalculatorHow are we doing?CloseTell us how you're feelingDelightedSatisfiedDisappointedThank You! We appreciate your feedback.Delight error!There was a problem providing feedback. Either this site has not been configured properly, or there is a problem with the feedback system. Please contact the delight.amazon.com maintainers here").join(" "); active_data = active_data.split("\t").join(" "); active_data = active_data.split(" ").join(" "); active_data = active_data.split("\n\n").join(" "); active_data = active_data.split(" ").join(" "); console.log("-------------"); cmbnd_string = cmbnd_string + "\n\n" + active_data + "\n"; } final_string = cmbnd_string.replace(/(UPC|UNID|truePSN|Trouble Ticketing|Wercsmart|MSDS Online|Google|Yahoo|Bing|State|Search|REVIEWED|Review Summary|nh|Product Type Guide|PCA|Packing Group|No resources|No competitors|Mark all as Read Wikipage Open a SIM|HTRC|Hazmat Exceptions|Group GL|gl_beauty|GHS Statements|GHS Classification Class (Supplier Input)|EU 2008 Labeling Risks|EU 2008 Labeling Hazard|EAN|CSI Data ViewerAlaska|CATALOG REVIEWSDSDESCRIPTION|CATALOG REVIEWSDS|Amazon Tools|UNID|Open All Unread)/gm, ""); var selected_classification = $("#dtProductFinal .easy-code-statement").text(); selected_classification = selected_classification.trim(); var active_data7 = ""; var arr2 = { "lithium_ion" : "nh", "lithium_ion" : "9mi,9mw,9ms,ub,u3a,u3b,u", "lithium_metal" : "nh,9ii,9iw,9is,ub,u3a,u3b,u", "batteries_contained_in_equipment" : "nh,9ms,9is,ub,u3a,u3b,u,9iw,9mw", "batteries_packed_with_equipment" : "nh,9ms,9is,ub,u3a,u3b,u,9ii,9mi", "batteries_only" : "9ii,9mi", "alkaline" : "ub,u3a,u3b,u,9mw,9mi,9ms,9ii,9iw,9is", "lithium_polymer" : "nh,9mw,9mi,9ms,ub,u3a,u3b,u", "lithium_manganese_dioxide" : "nh,ub,u3a,u3b,u", "lithium_manganese_oxide" : "nh,ub,u3a,u3b,u", "lithium" : "nh,9mw,9mi,9ms,ub,u3a,u3b,u", "cr2" : "nh,9iw,9ii,9is,ub,u3a,u3b,u", "cr123a" : "nh,ub,u3a,u3b,u", "cr123" : "nh,ub,u3a,u3b,u", "LiMnO2" : "nh,ub,u3a,u3b,u", "cr2032":"nh,9ii,9iw,9is,ub,u3a,u3b,u", "Li-Ion" : "nh,9mw,9mi,9ms,ub,u3a,u3b,u", "NiMh" : "ub,u3a,u3b,u", "NiCd" : "ub,u3a,u3b,u"}; var flag7 = 0; var alert_msg7 = ""; var alert_msg1 = ""; var alert_msg2 = ""; var alert_msg5 = ""; // selected classification //alert(selected_classification); var keyword_list = ""; var flag = 0; var flag5 = 0; var flag6 = 0; final_string = final_string.toLowerCase(); //alert("Batt is : " + batt); //var arr = { "Eau de Parfum" : "nh", "Hair Spray" : "nh,u3a,u3b,u", "Tooth Paste" : "u,u3a,u3b", "Eyelash Serum" : "u,u3a,u3b", "repair kit" : "nh", "Batería" : "nh"}; var arr = { "18650" : "nh,9mi,9ms,9mw,ub,u3a,u3b,u", "3.7v" : "nh,9mi,9ms,9mw,ub", "70% alcohol gel" : "nh, u, u3a,u3b", "adhesive" : "u,u3a,u3b", "aerosol" : "nh", "ag3" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b,u", "air rifle" : "nh", "airpod case cover" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b,u", "alc. 30% vol" : "nh", "alcohol 60%" : "nh", "alcohol based" : "nh", "alcohol wipes" : "nh", "alcohol-free" : "u3a,u3b,u", "alkaline" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "base coat" : "nh,ub,u3a,u3b,u", "battery case" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "bluetooth in-ear" : "nh,9is,9ms,9mi,9mw", "bluetooth speaker" : "nh,ub,9iw,9mw,9is,9ms,9mi", "body mist" : "nh", "butane" : "nh,u,u3a,u3b", "cartridge" : "u,u3a,u3b", "charging box" : "nh,ub", "charging case" : "9ii,nh, 9mi,9mw,9ms,u3a,u3b,ub", "clip on tuner" : "9iw,9ii,nh,9is,9ms", "clip-on tuner" : "9iw,9ii,nh,9is,9ms", "co2" : "nh", "compressor" : "ub,nh", "condenser" : "ub,nh", "confetti" : "nh", "copic marker" : "nh", "cr 2" : "ub,9ii,nh,9is,9iw,u3a,u3b", "cr123a" : "nh", "cr2" : "ub,9ii,nh,9is,9iw,u3a,u3b", "cr-2" : "ub,9ii,nh,9is,9iw,u3a,u3b", "crackers" : "nh", "developer" : "u,u3a,u3b", "dip powder" : "u,u3a,u3b", "drone" : "nh,ub,9mi,9mw,9ms ", "dry erase marker" : "nh,u,u3a,u3b", "dry-erase" : "nh,u,u3a,u3b", "e cigarette" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "e liquid" : "nh", "eau de parfum" : "nh,u,u3a,u3b", "eau de toilette" : "nh,u,u3a,u3b", "e-cigarette" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "edp" : "nh,u,u3a,u3b", "electromagnetic" : "ub", "e-liquid" : "nh", "ethanol" : "nh", "extinguisher cover" : "ub,u", "fire starter" : "nh", "flammable" : "nh", "flashlight" : "ub", "flint" : "nh", "foundation" : "u,u3a,u3b", "fragrance oil" : "nh", "gas cartridge" : "nh", "gel nail polish" : "nh,u,u3a,u3b", "gel polish" : "nh,u,u3a,u3b", "grease" : "nh", "hair colour" : "u,u3a,u3b", "hair mist" : "nh", "hair spray" : "nh", "hand sanitizer" : "nh", "hand warmer" : "9ii,9iw,9ms,9mw,9mi,ub,u3a,u3b", "hoverboard" : "ub,u3a,u3b,nh,9is,9iw,9ii,9ms,9mw,9mi", "humidifier" : "nh", "included battery" : "nh", "individually packed" : "u,u3a,u3b", "individually wrapped" : "u,u3a,u3b", "in-ear" : "nh,ub,u3a,u3b", "inflatable boat repair" : "nh", "ink cartridges" : "u,u3a,u3b", "ink pad" : "u,u3a,u3b", "internal battery" : "9iw,9is,9mw,9ms,nh", "ion battery" : "nh,9mi,9ms,9mw", "ionization" : "nh", "isopropyl" : "nh", "jump start" : "nh", "key fob" : "9is,9ms,u,u3a,u3b,ub,9iw,9ii,9mw", "keyfob" : "9ii,9iw,9is,9mw,9ms,ub,nh,u3a,u3b", "lawn mower" : "nh", "lead acid battery" : "ub,9ii,9mi,9iw,9mi,9is,9ms,nh", "lead-acid battery" : "ub,9ii,9mi,9iw,9mi,9is,9ms,nh", "led shoes" : "9is,9ms,nh", "li - ion" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "li-battery" : "nh", "lifepo4" : "nh", "lifesaving" : "nh", "light up shoes" : "nh", "lighter" : "nh,u,u3a,u3b", "lighter fluid" : "nh,u,u3a,u3b", "lights sneaker" : "nh", "light-up shoes" : "nh", "li-ion battery" : "9mi,9mw,9ms,nh", "lipo battery" : "9mi,9mw,9ms,nh", "li-polymer" : "9mi,9mw,9ms,nh", "liquid detergent" : "u,u3a,u3b", "liquid hand disinfectant" : "nh", "liquid soap" : "u,u3a,u3b", "liquor" : "nh", "lithium - ion battery" : "nh,9mi,9mw,9ms", "lithium batteries" : "nh", "lithium cells" : "nh", "lithium ion" : "nh,9mi,9mw,9ms", "lithium polymer" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "lithium-ion" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "lithium-polymer" : "nh,9mi,9mw,9ms", "lr 44" : "ub,9is,9iw,9ii,9ms,9mi,9mw,u3a,u3b", "lr44" : "ub,9is,9iw,9ii,9ms,9mi,9mw", "lubricant" : "nh", "magnesium flint" : "4.1l", "magnet" : "nh", "marker" : "nh,u,u3a,u3b", "mascara" : "u,u3a,u3b", "massager" : "nh", "match lighter" : "nh", "matchstick" : "nh", "mercury" : "nh", "moisturizing" : "u,u3a,u3b", "mouthwash" : "nh,u", "n2o" : "nh", "nail enamel" : "u,u3a,u3b,ub", "nail gel" : "u,u3a,u3b,ub", "nail polish" : "u,u3a,u3b,ub", "neodymium" : "nh", "nicd" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nickel-cadmium" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nicotine" : "nh", "nicotine free" : "u,u3a,u3b", "nimh" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "ni-mh" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nitrous cream propellent" : "nh", "no nicotine" : "u,u3a,u3b", "non-ferromagnetic" : "nh", "paint marker" : "nh,4.1mk", "paracord" : "nh", "peel mask" : "u,u3a,u3b", "perfume" : "nh,u,u3a,u3b", "permanent hair color" : "nh", "permanent marker" : "nh", "permanent marking pen" : "nh", "permanent paint" : "nh", "piezo" : "u,u3a,u3b", "polish remover" : "nh", "power bank" : "nh,9ii,9iw,9mi,9ms,9mw,ub,u3a,u3b,u", "power cord" : "ub,u3a,u3b", "power pack" : "nh", "propane gas" : "nh", "propane refrigerant" : "nh,ub", "protective cover" : "u,u3a,u3b", "protective snap" : "u,u3a,u3b", "quartz" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "r290" : "ub", "r410a" : "ub,nh", "r600a" : "ub,nh", "rechargable" : "nh", "rechargeable" : "nh,9mi,9mw,9ms", "rechargeable battery pack" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "rechargeable hand warmer" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "rechargeable lead acid battery" : "nh", "rechargeable lighter" : "nh", "rechargeable li-ion" : "nh,9mi,9ms,9mw", "rechargeable lithium" : "nh,9mi,9mw,9ms", "rechargeable lithium-ion" : "nh,9mi,9mw,9ms", "rechargeable polymer battery" : "nh,9mi,9mw,9ms", "refrigerating" : "nh", "refrigerator" : "nh", "remote control" : "nh,9is,9ms", "remote shutter" : "nh,9is,9ms", "repair kit" : "nh", "rose water" : "u,u3a,u3b", "sanitizer" : "nh", "screen protector" : "u,u3a,u3b", "sharpie" : "nh", "smart watch" : "nh", "smartwatch" : "nh", "smoke and fire alarm" : "nh", "smoke detector" : "nh", "slight up" : "nh", "spray paint" : "nh", "subwoofer" : "nh", "sub-woofer" : "nh", "supplement" : "nh", "survival gear" : "nh", "tempered glass" : "u,u3a,u3b", "thermometer" : "ub", "tobacco" : "nh", "toner" : "nh", "top coat" : "nh,u,u3a,u3b", "torch light" : "nh", "tuner" : "nh", "usb massager" : "nh", "usb rechargeable" : "nh", "uv nail polish" : "nh", "vacuum cleaner" : "nh", "vape" : "9ii,9is,9mi,9mw,9ms,nh", "vibrạting mạssager" : "nh", "vibrator" : "nh", "water-based" : "u,u3a,u3b", "watercolor" : "u,u3a,u3b", "water color" : "u,u3a,u3b", "webcam" : "nh", "wet wipes" : "nh", "whiskey" : "nh", "whisky" : "nh", "wipes" : "nh", "wireless bluetooth" : "nh", "wireless charger" : "nh", "wireless control" : "nh", "wireless earbuds" : "nh,9mi,9mw,9ms", "wireless headphone" : "nh,9mi,9mw,9ms", "wireless keyboard" : "nh", "wireless massager" : "nh", "wireless receiver" : "nh", "zippo" : "nh,u,u3a,u3b", "cold pressed" : "u,u3a,u3b", "cold-pressed" : "u,u3a,u3b", "motherboard" : "ub,9ii,9iw,9is,9mi,9mw,9ms", "mother board" : "ub,9ii,9iw,9is,9mi,9mw,9ms", "mother-board" : "ub,9ii,9iw,9is,9mi,9mw,9ms", "stylus pen" : "nh", "gel de alcohol al 70%" : "nh, u, u3a,u3b", "adhesivo" : "u,u3a,u3b", "aerosol" : "nh", "ag3" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b,u", "rifle de aire" : "nh", "alc. 30% vol" : "nh", "60% alcohol%" : "nh", "a base de alcohol" : "nh", "toallitas con alcohol" : "nh", "sin alcohol" : "u3a,u3b,u", "alcalino" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "capa de base" : "ub,u3a,u3b,u", "caja de batería" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "bluetooth en la oreja" : "nh,9is,9ms,9mi,9mw", "bocina bluetooth" : "nh", "niebla corporal" : "nh", "butano" : "nh,u,u3a,u3b", "cartucho" : "u,u3a,u3b", "caja de carga" : "nh,", "estuche de carga" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "sintonizador con clip" : "9iw,9ii,nh,9is,9ms", "sintonizador de clip" : "9iw,9ii,nh,9is,9ms", "compresor" : "ub,nh", "condensador" : "ub,nh", "papel picado" : "nh", "marcador copic" : "nh", "cr123a" : "nh", "cr-2" : "ub,9ii,nh,9is,9iw,u3a,u3b", "galletas" : "nh", "desarrollador" : "u,u3a,u3b", "polvo de inmersión" : "u,u3a,u3b", "zumbido" : "nh,9mi,9mw,9ms ", "marcador de borrado en seco" : "nh,u,u3a,u3b", "marcador de borrado en seco" : "nh,u,u3a,u3b", "cigarrillo electrónico" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "e líquido" : "nh", "agua de perfume" : "nh,u,u3a,u3b", "eau de toilette" : "nh,u,u3a,u3b", "cigarrillo electrónico" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "edp" : "nh,u,u3a,u3b", "electromagnético" : "ub", "e-líquido" : "nh", "etanol" : "nh", "tapa del extintor" : "ub,u", "arrancador de fuego" : "nh", "inflamable" : "nh", "linterna" : "ub", "pedernal" : "nh", "fundación" : "u,u3a,u3b", "aceite de fragancia" : "nh", "gasolina" : "nh", "cartucho de gas" : "nh", "esmalte de uñas de gel" : "nh,u,u3a,u3b", "esmalte en gel" : "nh,u,u3a,u3b", "grasa" : "nh", "color de pelo" : "u,u3a,u3b", "rociador para el cabello" : "nh", "spray para el cabello" : "nh", "desinfectante de manos" : "nh", "calentador de la mano" : "9ii,9iw,9ms,9mw,9mi,ub,u3a,u3b", "hoverboard" : "ub,u3a,u3b,nh,9is,9iw,9ii,9ms,9mw,9mi", "humidificador" : "nh", "batería incluida" : "nh", "embalado individualmente" : "u,u3a,u3b", "envuelto individualmente" : "u,u3a,u3b", "en el oido" : "nh,ub,u3a,u3b", "inflable" : ",nh", "reparación de botes inflables" : "nh", "cartuchos nk" : "u,u3a,u3b", "almohadilla de tinta" : "u,u3a,u3b", "batería interna" : "9iw,9is,9mw,9ms,nh", "batería incorporada: batería de iones" : "nh,9mi,9ms,9mw", "ionización" : "nh", "isopropilo" : "nh", "buen inicio" : "nh", "llavero" : "9is,9ms,u,u3a,u3b,ub,9iw,9ii,9mw", "llavero" : "9ii,9iw,9is,9mw,9ms,ub,nh,u3a,u3b", "cortacésped" : "nh", "batería de plomo" : "nh", "batería de plomo" : "nh", "zapatos led" : "9is,9ms,nh", "batería: batería de iones de litio" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "batería de litio" : "nh", "lifepo4" : "nh", "salvavidas" : "nh", "zapatos con luz" : "nh", "encendedor" : "nh,u,u3a,u3b", "líquido de encendedor" : "nh,u,u3a,u3b", "zapatilla luces" : "nh", "zapatos con luz" : "nh", "batería de iones de litio" : "9mi,9mw,9ms,nh", "batería Li-Po" : "9mi,9mw,9ms,nh", "polímero de litio" : "9mi,9mw,9ms,nh", "detergente liquido" : "u,u3a,u3b", "desinfectante de manos líquido" : "nh", "jabón líquido" : "u,u3a,u3b", "batería de litio" : "nh,ub,u3a,u3b,u", "batería de iones de litio" : "nh,9mi,9mw,9ms", "baterías de litio" : "nh", "celdas de litio" : "nh", "iones de litio" : "nh,9mi,9mw,9ms", "batería: polímero de litio" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "batería de iones de litio" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "polímero de litio" : "nh,9mi,9mw,9ms", "lubricante" : "nh", "pedernal de magnesio" : "4.1l", "imán" : "nh", "fabricante" : "nh,u,u3a,u3b", "máscara" : "u,u3a,u3b", "masajeador" : "nh", "encendedor de fósforo" : "nh", "fósforo" : "nh", "mercurio" : "nh", "neblina" : "nh", "hidratante" : "u,u3a,u3b", "n2o" : "nh", "esmalte de uñas" : "u,u3a,u3b,ub", "gel de uñas" : "u,u3a,u3b,ub", "esmalte de uñas" : "u,u3a,u3b,ub", "neodimio" : "nh", "batería de níquel-cadmio" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nicotina" : "nh", "sin nicotina" : "u,u3a,u3b", "propelente de crema nitrosa" : "nh", "sin nicotina" : "u,u3a,u3b", "no ferromagnético" : "nh", "marcador de pintura" : "nh,4.1mk", "paracord" : "nh", "pelar mascarilla" : "u,u3a,u3b", "perfume" : "nh,u,u3a,u3b", "color de cabello permanente" : "nh", "marcador permanente" : "nh", "rotulador permanente" : "nh", "marcador de pintura permanente" : "nh", "piezoeléctrico" : "u,u3a,u3b", "quita esmalte" : "nh", "banco de energía de batería" : "nh,9ii,9iw,9mi,9ms,9mw,ub,u3a,u3b,u", "cable de alimentación" : "ub,u3a,u3b", "paquete de energía" : "nh", "gas propano" : "nh", "refrigerante de propano" : "nh,ub", "cubierta protectora" : "u,u3a,u3b", "snap protector" : "u,u3a,u3b", "cuarzo" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "recargable" : "nh", "recargable" : "nh, 9mi,9mw,9ms", "paquete de baterias recargables" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "calentador de manos recargable" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "batería de plomo recargable" : "nh", "encendedor recargable" : "nh", "Li-ion recargable" : "nh,9mi,9ms,9mw", "litio recargable" : "nh,9mi,9mw,9ms", "ion de litio recargable" : "nh,9mi,9mw,9ms", "batería de polímero recargable" : "nh,9mi,9mw,9ms", "recargable" : "nh", "Rellenar" : "nh", "refrigeración" : "nh", "refrigerador" : "nh", "control remoto" : "nh,9is,9ms", "obturador remoto" : "nh,9is,9ms", "kit de reparación" : "nh", "agua de rosas" : "u,u3a,u3b", "desinfectante" : "nh", "protector de pantalla" : "u,u3a,u3b", "sharpie" : "nh", "reloj inteligente" : "nh", "reloj inteligente" : "nh", "alarma de humo y fuego" : "nh", "detector de humo" : "nh", "zapatilla de deporte iluminada" : "nh", "pintura en aerosol" : "nh", "subwoofer" : "nh", "altavoz de subgraves" : "nh", "suplemento" : "nh", "equipo de supervivencia" : "nh", "vidrio templado" : "u,u3a,u3b", "termómetro" : "ub", "tabaco" : "nh", "virador" : "nh", "capa superior" : "nh,u,u3a,u3b", "luz de la antorcha" : "nh", "sintonizador" : "nh", "masajeador usb" : "nh", "usb recargable" : "nh", "esmalte de uñas uv" : "nh", "aspiradora" : "nh", "vape" : "9ii,9is,9mi,9mw,9ms,ub,u3a,u3b,nh", "mạssager vibrante" : "nh", "vibrador" : "nh", "basado en agua" : "u,u3a,u3b", "acuarela" : "u,u3a,u3b", "color de agua" : "u,u3a,u3b", "cámara web" : "nh", "toallitas húmedas" : "nh", "whisky" : "nh", "whisky" : "nh", "toallitas" : "nh", "bluetooth inalámbrico" : "nh", "cargador inalámbrico" : "nh", "control inalámbrico" : "nh", "auriculares inalámbricos" : "nh,9mi,9mw,9ms", "auriculares inalambricos" : "nh,9mi,9mw,9ms", "teclado inalambrico" : "nh", "masajeador inalámbrico" : "nh", "receptor inalámbrico" : "nh", "lápiz óptico" : "nh", "gel alcolico al 70%" : "nh, u, u3a,u3b", "adesiva" : "u,u3a,u3b", "aerosol" : "nh", "ag3" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b,u", "fucile ad aria compressa" : "nh", "alc. 30% vol" : "nh", "alcol al 60%" : "nh", "a base di alcol" : "nh", "salviettine imbevute di alcol" : "nh", "senza alchol" : "u3a,u3b,u", "alcalino" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "strato di base" : "ub,u3a,u3b,u", "custodia della batteria" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "bluetooth in-ear" : "nh,9is,9ms,9mi,9mw", "altoparlante bluetooth" : "nh", "nebbia per il corpo" : "nh", "butano" : "nh,u,u3a,u3b", "cartuccia" : "u,u3a,u3b", "scatola di ricarica" : "nh,", "custodia di ricarica" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "clip sul sintonizzatore" : "9iw,9ii,nh,9is,9ms", "sintonizzatore a clip" : "9iw,9ii,nh,9is,9ms", "compressore" : "ub,nh", "condensatore" : "ub,nh", "coriandoli" : "nh", "pennarello copic" : "nh", "cr123a" : "nh", "cr-2" : "ub,9ii,nh,9is,9iw,u3a,u3b", "cracker" : "nh", "sviluppatore" : "u,u3a,u3b", "tuffo in polvere" : "u,u3a,u3b", "drone" : "nh,9mi,9mw,9ms ", "pennarello delebile" : "nh,u,u3a,u3b", "pennarello delebile" : "nh,u,u3a,u3b", "sigaretta elettronica" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "e liquid" : "nh", "profumo" : "nh,u,u3a,u3b", "profumo" : "nh,u,u3a,u3b", "sigaretta elettronica" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "edp" : "nh,u,u3a,u3b", "elettromagnetico" : "ub", "e-liquid" : "nh", "etanolo" : "nh", "copertura estintore" : "ub,u", "avviatore di fuoco" : "nh", "infiammabile" : "nh", "torcia elettrica" : "ub", "pietra focaia" : "nh", "fondazione" : "u,u3a,u3b", "olio profumato" : "nh", "carburante" : "nh", "cartuccia di gas" : "nh", "smalto per unghie in gel" : "nh,u,u3a,u3b", "gel polish" : "nh,u,u3a,u3b", "grasso" : "nh", "colore dei capelli" : "u,u3a,u3b", "hair mist" : "nh", "spray per capelli" : "nh", "igienizzante per le mani" : "nh", "scaldamani" : "9ii,9iw,9ms,9mw,9mi,ub,u3a,u3b", "auricolare" : "nh", "hoverboard" : "ub,u3a,u3b,nh,9is,9iw,9ii,9ms,9mw,9mi", "umidificatore" : "nh", "batteria inclusa" : "nh", "confezionati singolarmente" : "u,u3a,u3b", "confezionato individualmente" : "u,u3a,u3b", "nell'orecchio" : "nh,ub,u3a,u3b", "gonfiabile" : ",nh", "riparazione di gommoni" : "nh", "nk cartucce" : "u,u3a,u3b", "tampone di inchiostro" : "u,u3a,u3b", "batteria interna" : "9iw,9is,9mw,9ms,nh", "batteria incorporata: batteria agli ioni" : "nh,9mi,9ms,9mw", "ionizzazione" : "nh", "isopropilico" : "nh", "jump start" : "nh", "portachiavi" : "9is,9ms,u,u3a,u3b,ub,9iw,9ii,9mw", "portachiavi" : "9ii,9iw,9is,9mw,9ms,ub,nh,u3a,u3b", "taglia erba" : "nh", "Batteria al piombo" : "nh", "Batteria al piombo" : "nh", "scarpe led" : "9is,9ms,nh", "batteria: batteria agli ioni di litio" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "batteria al litio" : "nh", "lifepo4" : "nh", "salvavita" : "nh", "scarpe luminose" : "nh", "accendino" : "nh,u,u3a,u3b", "gas per accendini" : "nh,u,u3a,u3b", "sneaker luci" : "nh", "scarpe con illuminazione" : "nh", "batteria agli ioni di litio" : "9mi,9mw,9ms,nh", "Batteria LiPo" : "9mi,9mw,9ms,nh", "li-polimero" : "9mi,9mw,9ms,nh", "detergente liquido" : "u,u3a,u3b", "disinfettante liquido per le mani" : "nh", "sapone liquido" : "u,u3a,u3b", "liquore" : "nh", "batteria al litio" : "nh,ub,u3a,u3b,u", "batteria agli ioni di litio" : "nh,9mi,9mw,9ms", "batterie al litio" : "nh", "celle al litio" : "nh", "ioni di litio" : "nh,9mi,9mw,9ms", "batteria: polimero di litio" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "batteria agli ioni di litio" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "polimero di litio" : "nh,9mi,9mw,9ms", "lubrificante" : "nh", "pietra focaia di magnesio" : "4.1l", "mascara" : "u,u3a,u3b", "massaggiatore" : "nh", "accendino da abbinare" : "nh", "matchstick" : "nh", "mercurio" : "nh", "nebbia" : "nh", "idratante" : "u,u3a,u3b", "il motore" : "ub", "collutorio" : "nh,u", "n2o" : "nh", "smalto per unghie" : "u,u3a,u3b,ub", "gel per unghie" : "u,u3a,u3b,ub", "smalto per unghie" : "u,u3a,u3b,ub", "neodimio" : "nh", "batteria nicd / nimh" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "batteria al nichel-cadmio" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nicotina" : "nh", "senza nicotina" : "u,u3a,u3b", "nimh" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "ni-mh" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "propellente crema nitroso" : "nh", "niente nicotina" : "u,u3a,u3b", "non ferromagnetico" : "nh", "pennarello per vernice" : "nh,4.1mk", "paracord" : "nh", "maschera peel" : "u,u3a,u3b", "profumo" : "nh,u,u3a,u3b", "colore permanente dei capelli" : "nh", "pennarello indelebile" : "nh", "pennarello indelebile" : "nh", "pennarello indelebile" : "nh", "piezo" : "u,u3a,u3b", "solvente per smalto" : "nh", "batteria power bank" : "nh,9ii,9iw,9mi,9ms,9mw,ub,u3a,u3b,u", "cavo di alimentazione" : "ub,u3a,u3b", "gas propano" : "nh", "propano refrigerante" : "nh,ub", "cover protettiva" : "u,u3a,u3b", "snap protettivo" : "u,u3a,u3b", "quarzo" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "r290" : "ub", "r410a" : "ub,nh", "r600a" : "ub,nh", "ricaricabile" : "nh", "ricaricabile" : "nh, 9mi,9mw,9ms", "pacco batteria ricaricabile" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "scaldamani ricaricabile" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "batteria al piombo ricaricabile" : "nh", "accendino ricaricabile" : "nh", "Ricaricabile agli ioni di litio" : "nh,9mi,9ms,9mw", "litio ricaricabile" : "nh,9mi,9mw,9ms", "agli ioni di litio ricaricabile" : "nh,9mi,9mw,9ms", "batteria polimerica ricaricabile" : "nh,9mi,9mw,9ms", "riempibile" : "nh", "Ricarica" : "nh", "refrigerazione" : "nh", "frigorifero" : "nh", "telecomando" : "nh,9is,9ms", "otturatore remoto" : "nh,9is,9ms", "kit di riparazione" : "nh", "acqua di rose" : "u,u3a,u3b", "disinfettante" : "nh", "proteggi schermo" : "u,u3a,u3b", "sharpie" : "nh", "orologio intelligente" : "nh", "orologio intelligente" : "nh", "fumo e allarme antincendio" : "nh", "rilevatore di fumo" : "nh", "scarpe da ginnastica si accendono" : "nh", "vernice spray" : "nh", "subwoofer" : "nh", "subwoofer" : "nh", "supplemento" : "nh", "equipaggiamento di sopravvivenza" : "nh", "vetro temperato" : "u,u3a,u3b", "termometro" : "ub", "tabacco" : "nh", "toner" : "nh", "soprabito" : "nh,u,u3a,u3b", "torcia" : "nh", "sintonizzatore" : "nh", "massaggiatore usb" : "nh", "usb ricaricabile" : "nh", "smalto per unghie uv" : "nh", "aspirapolvere" : "nh", "vape" : "9ii,9is,9mi,9mw,9ms,ub,u3a,u3b,nh", "vibrạting mạssager" : "nh", "vibratore" : "nh", "a base d'acqua" : "u,u3a,u3b", "acquerello" : "u,u3a,u3b", "Colore dell'acqua" : "u,u3a,u3b", "webcam" : "nh", "salviettine detergenti" : "nh", "whisky" : "nh", "whisky" : "nh", "salviette" : "nh", "senza fili" : "nh", "bluetooth senza fili" : "nh", "caricatore senza fili" : "nh", "controllo wireless" : "nh", "auricolari wireless" : "nh,9mi,9mw,9ms", "cuffie wireless" : "nh,9mi,9mw,9ms", "tastiera senza fili" : "nh", "massaggiatore wireless" : "nh", "ricevitore wireless" : "nh", "penna stilografica" : "nh", "70% alkoholgel" : "nh, u, u3a,u3b", "klebstoff" : "u,u3a,u3b", "luftgewehr" : "nh", "alc. 30% vol" : "nh", "alkohol 60%" : "nh", "auf alkoholbasis" : "nh", "alkoholtupfer" : "nh", "alkoholfrei" : "u3a,u3b,u", "alkalisch" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "grundlack" : "ub,u3a,u3b,u", "batteriefach" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "bluetooth in-ear" : "nh,9is,9ms,9mi,9mw", "bluetooth lautsprecher" : "nh", "körpernebel" : "nh", "butan" : "nh,u,u3a,u3b", "patrone" : "u,u3a,u3b", "ladebox" : "nh,", "ladekoffer" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "clip-on-tuner" : "9iw,9ii,nh,9is,9ms", "clip-on-tuner" : "9iw,9ii,nh,9is,9ms", "kompressor" : "ub,nh", "kondensator" : "ub,nh", "konfetti" : "nh", "cracker" : "nh", "entwickler" : "u,u3a,u3b", "dip pulver" : "u,u3a,u3b", "drohne" : "nh,9mi,9mw,9ms ", "trockener löschstift" : "nh,u,u3a,u3b", "trockener löschstift" : "nh,u,u3a,u3b", "e-zigarette" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "e flüssigkeit" : "nh", "parfüm" : "nh,u,u3a,u3b", "eau de toilette" : "nh,u,u3a,u3b", "e-zigarette" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "edv" : "nh,u,u3a,u3b", "sommerzeit" : "nh,u,u3a,u3b", "elektromagnetisch" : "ub", "e-liquid" : "nh", "ethanol" : "nh", "feuerlöscherabdeckung" : "ub,u", "feuerstarter" : "nh", "brennbar" : "nh", "taschenlampe" : "ub", "feuerstein" : "nh", "stiftung" : "u,u3a,u3b", "duftöl" : "nh", "treibstoff" : "nh", "gaskartusche" : "nh", "gel nagellack" : "nh,u,u3a,u3b", "gelpoliermittel" : "nh,u,u3a,u3b", "haarfarbe" : "u,u3a,u3b", "haar nebel" : "nh", "haarspray" : "nh", "Handdesinfektionsmittel" : "nh", "handwärmer" : "9ii,9iw,9ms,9mw,9mi,ub,u3a,u3b", "hoverboard" : "ub,u3a,u3b,nh,9is,9iw,9ii,9ms,9mw,9mi", "luftbefeuchter" : "nh", "einzeln verpackt" : "u,u3a,u3b", "einzeln verpackt" : "u,u3a,u3b", "im ohr" : "nh,ub,u3a,u3b", "aufblasbar" : ",nh", "reparatur von schlauchbooten" : "nh", "nk patronen" : "u,u3a,u3b", "stempelkissen" : "u,u3a,u3b", "interne batterie" : "9iw,9is,9mw,9ms,nh", "eingebaute batterie: ionenbatterie" : "nh,9mi,9ms,9mw", "ionisation" : "nh", "isopropyl" : "nh", "starthilfe" : "nh", "schlüsselanhänger" : "9is,9ms,u,u3a,u3b,ub,9iw,9ii,9mw", "Schlüsselanhänger" : "9ii,9iw,9is,9mw,9ms,ub,nh,u3a,u3b", "rasenmäher" : "nh", "Blei-Säure-Batterie" : "nh", "Bleibatterie" : "nh", "led schuhe" : "9is,9ms,nh", "batterie: li - ionen - batterie" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "li-batterie" : "nh", "lifepo4" : "nh", "lebensrettend" : "nh", "schuhe anzünden" : "nh", "feuerzeug" : "nh,u,u3a,u3b", "feuerzeugbenzin" : "nh,u,u3a,u3b", "lichter sneaker" : "nh", "light-up-schuhe" : "nh", "li-ionen-akku" : "9mi,9mw,9ms,nh", "LiPo-Akku" : "9mi,9mw,9ms,nh", "li-polymer" : "9mi,9mw,9ms,nh", "flüssigwaschmittel" : "u,u3a,u3b", "flüssiges händedesinfektionsmittel" : "nh", "flüssigseife" : "u,u3a,u3b", "alkohol" : "nh", "lithium batterie" : "nh,ub,u3a,u3b,u", "litium-ionen-batterie" : "nh,9mi,9mw,9ms", "lithiumbatterien" : "nh", "lithiumzellen" : "nh", "lithium-ionen" : "nh,9mi,9mw,9ms", "batterie: lithiumpolymer" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "litium-ionen-batterie" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "lithium-polymer" : "nh,9mi,9mw,9ms", "schmiermittel" : "nh", "wimperntusche" : "u,u3a,u3b", "massagegerät" : "nh", "match feuerzeug" : "nh", "streichholz" : "nh", "merkur" : "nh", "nebel" : "nh", "feuchtigkeitsspendend" : "u,u3a,u3b", "mundwasser" : "nh,u", "n2o" : "nh", "nagellack" : "u,u3a,u3b,ub", "nagelgel" : "u,u3a,u3b,ub", "nagelpolitur" : "u,u3a,u3b,ub", "Neodym" : "nh", "nicd / nimh-akku" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nickel-cadmium-batterie" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nikotin" : "nh", "nikotinfrei" : "u,u3a,u3b", "nimh" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "ni-mh" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "nitrous cream propellent" : "nh", "kein nikotin" : "u,u3a,u3b", "nicht ferromagnetisch" : "nh", "farbmarker" : "nh,4.1mk", "paracord" : "nh", "maske schälen" : "u,u3a,u3b", "parfüm" : "nh,u,u3a,u3b", "permanente haarfarbe" : "nh", "permanent-marker" : "nh", "permanenter markierungsstift" : "nh", "Permanenter Lackmarker" : "nh", "piezo" : "u,u3a,u3b", "politurentferner" : "nh", "batterie power bank" : "nh,9ii,9iw,9mi,9ms,9mw,ub,u3a,u3b,u", "netzkabel" : "ub,u3a,u3b", "netzteil" : "nh", "propangas" : "nh", "propankältemittel" : "nh,ub", "schutzhülle" : "u,u3a,u3b", "schutzverschluss" : "u,u3a,u3b", "quarz" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "wiederaufladbar" : "nh", "wiederaufladbar" : "nh, 9mi,9mw,9ms", "wiederaufladbarer akku" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "wiederaufladbarer handwärmer" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "wiederaufladbare blei-säure-batterie" : "nh", "wiederaufladbares feuerzeug" : "nh", "Wiederaufladbare Li-Ionen" : "nh,9mi,9ms,9mw", "wiederaufladbares Lithium" : "nh,9mi,9mw,9ms", "wiederaufladbare lithium-ionen" : "nh,9mi,9mw,9ms", "wiederaufladbare polymerbatterie" : "nh,9mi,9mw,9ms", "wieder auffüllbar" : "nh", "Nachfüllung" : "nh", "kühlen" : "nh", "kühlschrank" : "nh", "fernbedienung" : "nh,9is,9ms", "fernauslöser" : "nh,9is,9ms", "reperaturset" : "nh", "rosenwasser" : "u,u3a,u3b", "desinfektionsmittel" : "nh", "bildschirmschutz" : "u,u3a,u3b", "rauch- und feueralarm" : "nh", "rauchmelder" : "nh", "sneaker schuh leuchten" : "nh", "sprühfarbe" : "nh", "überlebensausrüstung" : "nh", "gehärtetes glas" : "u,u3a,u3b", "tabak" : "nh", "toner" : "nh", "fackellicht" : "nh", "tuner" : "nh", "usb-massagegerät" : "nh", "usb wiederaufladbar" : "nh", "uv nagellack" : "nh", "staubsauger" : "nh", "dampfen" : "9ii,9is,9mi,9mw,9ms,ub,u3a,u3b,nh", "vibrierender mạssager" : "nh", "vibrator" : "nh", "auf wässriger basis" : "u,u3a,u3b", "aquarell" : "u,u3a,u3b", "Wasserfarbe" : "u,u3a,u3b", "webcam" : "nh", "feuchttücher" : "nh", "tücher" : "nh", "kabellos" : "nh", "drahtloses bluetooth" : "nh", "drahtloses ladegerät" : "nh", "kabellose kontrolle" : "nh", "drahtlose ohrhörer" : "nh,9mi,9mw,9ms", "kabellose kopfhörer" : "nh,9mi,9mw,9ms", "kabellose tastatur" : "nh", "drahtloses massagegerät" : "nh", "drahtloser empfänger" : "nh", "Eingabestift" : "nh", "70%アルコールジェル" : "nh, u, u3a,u3b", "エアロゾル" : "nh", "ag3" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b,u", "エアライフル" : "nh", "alc。 30%vol" : "nh", "アルコール60パーセント%" : "nh", "アルコールベース" : "nh", "アルコールワイプ" : "nh", "アルコールの入っていない" : "u3a,u3b,u", "アルカリ性" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "ベースコート" : "ub,u3a,u3b,u", "バッテリーケース" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "bluetoothインイヤー" : "nh,9is,9ms,9mi,9mw", "ブルートゥーススピーカー" : "nh", "ボディミスト" : "nh", "ブタン" : "nh,u,u3a,u3b", "カートリッジ" : "u,u3a,u3b", "充電ボックス" : "nh,", "充電ケース" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "クリップオンチューナー" : "9iw,9ii,nh,9is,9ms", "クリップオンチューナー" : "9iw,9ii,nh,9is,9ms", "コンプレッサー" : "ub,nh", "コンデンサー" : "ub,nh", "紙吹雪" : "nh", "コピックマーカー" : "nh", "cr123a" : "nh", "cr-2" : "ub,9ii,nh,9is,9iw,u3a,u3b", "クラッカー" : "nh", "开发者" : "u,u3a,u3b", "浸粉" : "u,u3a,u3b", "无人机" : "nh,9mi,9mw,9ms ", "干擦标记" : "nh,u,u3a,u3b", "干擦标记" : "nh,u,u3a,u3b", "电子烟" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "e液" : "nh", "香水" : "nh,u,u3a,u3b", "淡香水" : "nh,u,u3a,u3b", "电子烟" : "9ii,nh,9is, 9mi,9mw,9ms,u3a,u3b,ub", "电子数据处理" : "nh,u,u3a,u3b", "美东时间" : "nh,u,u3a,u3b", "电磁" : "ub", "电子液体" : "nh", "乙醇" : "nh", "灭火器盖" : "ub,u", "発火具" : "nh", "易燃的" : "nh", "手电筒" : "ub", "燧石" : "nh", "基础" : "u,u3a,u3b", "香精油" : "nh", "汽油" : "nh", "气体" : "nh", "气瓶" : "nh", "凝胶指甲油" : "nh,u,u3a,u3b", "凝胶抛光" : "nh,u,u3a,u3b", "润滑脂" : "nh", "头发的颜色" : "u,u3a,u3b", "发雾" : "nh", "发胶" : "nh", "手指消毒剤" : "nh", "暖手宝" : "9ii,9iw,9ms,9mw,9mi,ub,u3a,u3b", "气垫板" : "ub,u3a,u3b,nh,9is,9iw,9ii,9ms,9mw,9mi", "加湿器" : "nh", "随附电池" : "nh", "個別に梱包" : "u,u3a,u3b", "单独包装" : "u,u3a,u3b", "入耳" : "nh,ub,u3a,u3b", "充气的" : ",nh", "充气船维修" : "nh", "nk墨盒" : "u,u3a,u3b", "印台" : "u,u3a,u3b", "内置电池" : "9iw,9is,9mw,9ms,nh", "内蔵バッテリー:イオンバッテリー" : "nh,9mi,9ms,9mw", "电离" : "nh", "异丙基" : "nh", "快速开始" : "nh", "キーフォブ" : "9is,9ms,u,u3a,u3b,ub,9iw,9ii,9mw", "キーフォブ" : "9ii,9iw,9is,9mw,9ms,ub,nh,u3a,u3b", "割草机" : "nh", "鉛蓄電池" : "nh", "鉛蓄電池" : "nh", "ledシューズ" : "9is,9ms,nh", "バッテリー:リチウムイオンバッテリー" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "锂电池" : "nh", "磷酸铁锂" : "nh", "救生" : "nh", "发光鞋" : "nh", "打火机" : "nh,u,u3a,u3b", "打火机油" : "nh,u,u3a,u3b", "轻便运动鞋" : "nh", "发光鞋" : "nh", "锂离子电池" : "9mi,9mw,9ms,nh", "リポバッテリー" : "9mi,9mw,9ms,nh", "锂聚合物" : "9mi,9mw,9ms,nh", "液体洗涤剂" : "u,u3a,u3b", "液体手消毒剂" : "nh", "洗手液" : "u,u3a,u3b", "酒" : "nh", "リチウム電池" : "nh,ub,u3a,u3b,u", "锂离子电池" : "nh,9mi,9mw,9ms", "锂电池" : "nh", "锂电池" : "nh", "锂离子" : "nh,9mi,9mw,9ms", "バッテリー:リチウムポリマー" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "リチウムイオン電池" : "nh,9mi,9ms,9mw,ub,u3a,u3b", "锂聚合物" : "nh,9mi,9mw,9ms", "润滑剂" : "nh", "镁火石" : "4.1l", "磁铁" : "nh", "制作者" : "nh,u,u3a,u3b", "睫毛膏" : "u,u3a,u3b", "按摩器" : "nh", "火柴打火机" : "nh", "火柴棍" : "nh", "汞" : "nh", "薄雾" : "nh", "补水" : "u,u3a,u3b", "马达" : "ub", "漱口水" : "nh,u", "一氧化二氮" : "nh", "指甲油" : "u,u3a,u3b,ub", "指甲油" : "u,u3a,u3b,ub", "指甲油" : "u,u3a,u3b,ub", "ネオジム" : "nh", "nicd / nimh电池" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "镍镉电池" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "尼古丁" : "nh", "不含尼古丁" : "u,u3a,u3b", "镍氢电池" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "镍氢" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "硝基奶油推进剂" : "nh", "没有尼古丁" : "u,u3a,u3b", "非铁磁性" : "nh", "油漆标记" : "nh,4.1mk", "伞绳" : "nh", "面膜" : "u,u3a,u3b", "香水" : "nh,u,u3a,u3b", "パーマネントヘアカラー" : "nh", "永久标记" : "nh", "永久性记号笔" : "nh", "永久ペイントマーカー" : "nh", "ピエゾ" : "u,u3a,u3b", "抛光剂" : "nh", "バッテリーパワーバンク" : "nh,9ii,9iw,9mi,9ms,9mw,ub,u3a,u3b,u", "电源线" : "ub,u3a,u3b", "动力单元" : "nh", "丙烷气" : "nh", "丙烷制冷剂" : "nh,ub", "防护罩" : "u,u3a,u3b", "保护扣" : "u,u3a,u3b", "石英" : "9ii,9iw,9mi,9mw,9is,9ms,ub,u3a,u3b", "r290" : "ub", "r410a" : "ub,nh", "r600a" : "ub,nh", "可充电" : "nh", "充電式" : "nh, 9mi,9mw,9ms", "可充电电池组" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "充电暖手器" : "nh,9iw,9mi,9ms,9mw,ub,u3a,u3b,", "可充电铅酸电池" : "nh", "可充电打火机" : "nh", "充電式リチウムイオン" : "nh,9mi,9ms,9mw", "充電式リチウム" : "nh,9mi,9mw,9ms", "可充电锂离子" : "nh,9mi,9mw,9ms", "可充电聚合物电池" : "nh,9mi,9mw,9ms", "可充装" : "nh", "リフィル" : "nh", "制冷方式" : "nh", "冰箱" : "nh", "遥控" : "nh,9is,9ms", "遥控快门" : "nh,9is,9ms", "修理包" : "nh", "玫瑰水" : "u,u3a,u3b", "消毒剂" : "nh", "屏幕保护膜" : "u,u3a,u3b", "沙皮犬" : "nh", "智能手表" : "nh", "烟雾和火警" : "nh", "烟雾探测器" : "nh", "运动鞋鞋亮" : "nh", "喷漆" : "nh", "低音炮" : "nh", "超低音" : "nh", "补充" : "nh", "生存装备" : "nh", "钢化玻璃" : "u,u3a,u3b", "温度計" : "ub", "烟草" : "nh", "碳粉" : "nh", "面漆" : "nh,u,u3a,u3b", "手电筒" : "nh", "调谐器" : "nh", "usb按摩器" : "nh", "usb可充电" : "nh", "uv指甲油" : "nh", "吸尘器" : "nh", "瓦佩" : "9ii,9is,9mi,9mw,9ms,ub,u3a,u3b,nh", "振动的萨萨格" : "nh", "震动器" : "nh", "水基的" : "u,u3a,u3b", "水彩" : "u,u3a,u3b", "水の色" : "u,u3a,u3b", "摄像头" : "nh", "湿纸巾" : "nh", "威士忌酒" : "nh", "威士忌酒" : "nh", "湿巾" : "nh", "無線" : "nh", "无线蓝牙" : "nh", "无线充电器" : "nh", "无线控制" : "nh", "无线耳塞" : "nh,9mi,9mw,9ms", "无线耳机" : "nh,9mi,9mw,9ms", "无线键盘" : "nh", "无线按摩器" : "nh", "ワイヤレスレシーバー" : "nh", "スタイラスペン" : "nh", "canned heat" : "nh", "ethano gel" : "nh", "chafing dish fuel" : "nh", }; var arr1 = { "0,70L" : "6.1n,3a4,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1 gal" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1 Gal," : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1 Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1 Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1 Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1 gallone" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,275g" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "10 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1000 ml" : "6.1n,4.1fl,3a4", "1000 ml" : "6.1n,4.1fl,3a4", "12,500 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1200mL" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "128 Ounce" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "12kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "14,78 ml" : "3a4", "14L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 Litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "19 Lts" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1L" : "6.1n,4.1fl,3a4", "1l" : "6.1n,4.1fl,3a4", "2 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2 liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5 Litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5KG" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "20.0 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "200 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "226,8 gram" : "6.1n,4.1fl,3a4", "25 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 Litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2-gallon," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,8 litros" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "30 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4.75GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "5 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 galones" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 L" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 Liter" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 Liter" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 litre" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 Litre" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 Litres" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 litri" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 Litro" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5,5Kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50 Ounces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "5000 g" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5000 ml" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "54 kg," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5-gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5L" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "63 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6ltr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "70 kg," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "KG 5,0" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "Lt 16" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", " 2.5Litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", " 5l" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1-gallon" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "5 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "0,125 L" : "6.1n,3a4", "0,27 L Oz." : "6.1n,3a4", "0,34 galones" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "0,5 gal" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "0,70L" : "6.1n,3a4", "1 gal" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 - Gallon" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 - Gallon" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1 G" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 gal" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 gal." : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 Gall." : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 Galllon" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 GALLON" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 Gallon" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 gallone" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 Gallons" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 galn" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 Gl" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1 Hal" : "6.1n,4.1fl,3a4", "1 Kg" : "6.1n,4.1fl,3a4", "1 L" : "6.1n,4.1fl,3a4", "1 Liter" : "4.1fl,6.1n,3a4", "1 Liter" : "6.1n,4.1fl,3a4", "1 Litre" : "6.1n,4.1fl,3a4", "1 Litro" : "6.1n,4.1fl,3a4", "1 Ton" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1 kilogram" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1, 1 G" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1,000 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1,00L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1,2 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,200ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,3 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,4 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,4L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,5 gal" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1,5 galllon" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1,5 galones" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1,5 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,5 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,5kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,5l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,8 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,8 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1,8 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.05 gal" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1.1 Litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.1kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.2 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.2 liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.2 Ltr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.25 Gl" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.25 litres" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.2kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.32 gal" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "1.4l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.5 Gallon - 2 per case" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1.5 gallons" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1.5 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.5 liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.5 Quart" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1.5 Quarts" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1.500ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.57 Kilo" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.5gal" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1.5kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.5L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.6 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.6kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.8 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.8kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1.8l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1/2 G" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1/2 Gal" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1/2 Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "10 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 lbs." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "10 Lit" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 lit wit" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 Liters" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 litr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 litra" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 Litres" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 ltr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10,00 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10,000 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "100 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1000 ltr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1000 ml" : "6.1n,4.1fl,3a4", "10000 ml" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1000kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1000L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1000ml" : "6.1n,4.1fl,3a4", "101 AG" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1050 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "108 lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "1080ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "10A litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10Â L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10Â Lt 5Â " : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10Kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba", "10kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10L+6L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "10Litres" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10Lt" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "10Ltr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "11 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "110 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1100 Ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1100ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "12 1 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "12 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "12 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "12 litros," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "12 Quarts" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "120 fluid Ounce" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1200 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1246.62 cc" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "124L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1250ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1250ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "126.9 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 0z" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 fl oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 Fluid Ounce" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 Fluid ounze" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 ounce" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 ounzes" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 oz." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128 oz." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128. Fluid_Ounces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128-Ounce" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128Ounze Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "128oz." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "12kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "12kg," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "12L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "13.24L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1300ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "132 fl oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "132 Fluid ounze" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "14 K" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "14 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "14 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "14 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "14 LT" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "14.5 KG" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "140 Oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "14KG" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "14L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 bkg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 KG" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15 litos" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1500 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "1500ML" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "15Â l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "15l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "16 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "16 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "16 Litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "16 litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "167,6 g" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "16L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "17 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "17.5 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "175 Fl Oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "18 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18.9 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18.93 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18.93 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18.93L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18.9L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18000ml" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1890 Ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "18kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "18l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "19 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "19 Litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "19 lt" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "192 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "192 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "198oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "19kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "19L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "1G" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1g" : "3a4", "1Gal" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1-Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1GL" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1L" : "6.1n,4.1fl,3a4", "1l" : "6.1n,4.1fl,3a4", "1Liter" : "6.1n,4.1fl,3a4", "1okg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2 G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2 Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba", "2 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2 galones" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2 Kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba", "2 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2 litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2 Lt" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,2 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,3 kilogram" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,4kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2,5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5 litra" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5 litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,50 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,5l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2,8 Kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.1 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.24kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.2kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.37L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5 gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5 KG" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 Lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 lbs" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 Litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 Litro" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5 ltr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5-galon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.5KG" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5Lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "2.5litro" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.5ltr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.6 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2.7 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2.7L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "20 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 l," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Liter," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 litres" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Litros." : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 litros/5.28 galones" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 LT." : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 LTR" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20 Pound" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "200 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "200 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "200 liters" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "200 litr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "200 Litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2000 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2000 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "20000ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "2000ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "200kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "200L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "204 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "205 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "208 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "208 litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "208l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "208L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "20Litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "21 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "21,5 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "21.1kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2-1/2-Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "2156 Grams" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,", "22 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "22 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "22,5 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "22,5kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "22,71l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "22.5L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "22.71 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "22255 G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "224 fl.oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "24 fl oz" : "6.1n,3a4", "24 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "24 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "24 Pound" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "24kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "24L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 ,l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 A liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 AL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 kg," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2-5 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "25 Lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "25 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 liters" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 litr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 Litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 Litres" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 Litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 lt" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25 ltr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25,60kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "250 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "2500 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "2500 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2500ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "25-50 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "256 Fluid ounze" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "25kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "25litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "27,90 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "28 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "28 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "2kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2Kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba", "2L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "2x5L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3 5L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "3 G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3 gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3 liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3 litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3 Litres" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,2kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,6 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,6 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,78 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,8 litros" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,8 Lt" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,8 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3,8l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.15 lbs" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3.25kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.2kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.3 GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3.3 GL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3.4fl oz" : "6.1n,3a4", "3.5 GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3.54 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3.5KG" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.65 litres" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.75 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.78 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.78 lit" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.78 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.78 Liters" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.78 ltrs" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.785 ml" : "3a4", "3.785l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.78L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.78ltr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.81Can" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "3.8L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "30 GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "30 Litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 Litres" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30 litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "30,00 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "300 lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "300 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "3000 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3000ml" : "6.1n,4.1fl,3a4,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,", "30kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "30l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "30lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "31.5 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3106 A G" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "32 fl oz" : "6.1n,3a4", "32 galones" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "32 KG" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "32 OZ" : "6.1n,3a4", "320 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "33 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "335 L 3 Star" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "34 Fluid Ounce" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "34 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "340kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "35 Fl OZ" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "352 fl. Oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "36 lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "377 lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "3785 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3790 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3790ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "38 Fl oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "38 lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "3800 cc" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3800 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3840 Fluid Ounces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "39. Fluid_Ounces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "39oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "3-Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "3l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4 galones" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 LB" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 Litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 litros" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 litry" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4 litros" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4,5 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4,5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4,53 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4,5kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4,75 GL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4,75 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4.48kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4.5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4.5kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4.5L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4.75 L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4.75GL" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4.8 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4.8 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4.8l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4/1 gal" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4/1 Gallon" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4/1G" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4+4 Liters" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "40 fl. oz." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "40 lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "4000ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "40kg - 60kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "40L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "40lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "4-1Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4250 g" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "42kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "43 750 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "43 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "45 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4500Agr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "479.7 oz." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "48 Fluid Ounce" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "48 Fluid oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "48 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "48, 5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "4kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4lt" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "4-Pound" : "2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl,3a4", "5 - Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 gal." : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 galones" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 GL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 lit" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 liteer" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 liters" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Litr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Litres" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Litri" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Litros" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 lrs" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 lt" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 lt" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Ltr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 LTR." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 ltre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Ltrs" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 lts" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5 Pound" : "2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl,3a4", "5 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5 litro" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5,00 Ltr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5,000 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5,04 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5,8 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5.0 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5.04 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5.2 G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5.2 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5.4kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5.5 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5.5 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,2.2st(above120ml/88gms),3e,3fl,8cl,8ba,6.1n,4.1fl", "5.5 liters" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5.5kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50 G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,2.2st(above120ml/88gms),3e,3fl,8cl,8ba,6.1n,4.1fl", "50 lbs" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50 Litres" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "500.0 fl oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "5000 g" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5000 l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5000 ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5000ml" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5000ml -" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5050cc," : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "50kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50lb" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50lb" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "50ltr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "51 LB" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "512 fl oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "512 Fluid ounze" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "52 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,6.1n,4.1fl", "53 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "54 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "54 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5400 ml" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5400ml" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55 G" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "55 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55 Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55 gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55 galones" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55g" : "3a4", "55gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55Gallons" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "55GL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "57 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5A Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5A l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5A litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5A litres" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5A ltr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5Â GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5Â l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5Â litri" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5Al" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5g" : "3a4", "5G" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5-Gallon" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5GL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "5kg" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5LB" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "5lit" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5litre" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5litres" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5litros" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5LT" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5LTR" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "5v l" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "6 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6 Kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6 litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6 litri" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6 litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6,000 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6,3 litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6,8 KG" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6.400 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6.400 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6.45 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6.5Kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6.75 litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6.8L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "600 cl" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "600 liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "60L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "638.o 0z" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "64 FL oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "64 fl. oz." : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "64 Fluid Ounce" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "64 Ounces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "64 OZ" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "64 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "640 Fluid ounze" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "640 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "64oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "6A Kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6kg," : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "6Litre" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7 GAL" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7 K" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7 Lb" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "7 Pound" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "7,5 litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7.5kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "70 litros" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7040 Fluid Ounces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "7040. Fluid_Ounces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar", "750 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "77 4 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7K" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "7L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "8 kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "8 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "8 Lbs" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "80 0unces" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "80 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "811L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "84.5 Oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "8kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "8L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "8L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "8lbs" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "9 galones" : "3a4", "9 l" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "9 LB" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,3a4", "9,5 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "9.46 Liter" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "9.5 L" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "956 Gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "959 gal" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "96 Fluid ounze" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba", "96 oz" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba", "9kg" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "I gal" : "2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,4.1fl,6.1n,3a4", "I litro" : "4.1fl,6.1n,3a4", "Kg 25" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "KG.6" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "One Gallon" : "2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,4.1fl,6.1n,3a4","5L" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "1,2 Liter" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4","5 litr" : "6.1n,4.1fl,2.1l,2.1,2.2,2.2c,2.2st,3e,3fl,8cl,8ba,3a4", "50 x 60 g" : "3a4", "6000 Gr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6000 GR." : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "6000 gr" : "3a,3a2,3a3,3ad,3p,3pi,3xf,4.1m,5.1hp,9el,9es,3cl,9ar,2.1l,2.1,2.2,2.2c,3e,3fl,8cl,8ba,6.1n,4.1fl", "12 inch" : "nh", "12 Inch" : "nh", "12-inch" : "nh", "12-Inch" : "nh", "12-INCH" : "nh", "13.5 inch " : "nh", "13.5 Inch" : "nh", "13.5-inch" : "nh", "13.5-Inch" : "nh", "13.5-INCH" : "nh", "13 inch" : "nh", "13 Inch" : "nh", "13-inch" : "nh", "13-Inch" : "nh", "13-INCH" : "nh", "15 inch" : "nh", "15 Inch" : "nh", "15-inch" : "nh", "15-Inch" : "nh", "15-INCH" : "nh", "16 inch" : "nh", "16 Inch" : "nh", "16-inch" : "nh", "16-Inch" : "nh", "16-INCH" : "nh", "18 inch" : "nh", "18 Inch" : "nh", "18-inch" : "nh", "18-Inch" : "nh", "18-INCH" : "nh", "20 inch" : "nh", "20 Inch" : "nh", "20-inch" : "nh", "20-Inch" : "nh", "20-INCH" : "nh", "21 inch" : "nh", "21 Inch" : "nh", "21-inch" : "nh", "21-Inch" : "nh", "21-INCH" : "nh", "24 inch" : "nh", "24 Inch" : "nh", "24-inch" : "nh", "24-Inch" : "nh", "24-INCH" : "nh", "30 inch" : "nh", "30 Inch" : "nh", "30-inch" : "nh", "30-Inch" : "nh", "30-INCH" : "nh", "32 inch" : "nh", "32 Inch" : "nh", "32-inch" : "nh", "32-Inch" : "nh", "32-INCH" : "nh", "34 inch" : "nh", "34 Inch" : "nh", "34-inch" : "nh", "34-Inch" : "nh", "34-INCH" : "nh", "36 inch" : "nh", "36 Inch" : "nh", "36-inch" : "nh", "36-Inch" : "nh", "36-INCH" : "nh", "37 inch" : "nh", "37 Inch" : "nh", "37-inch" : "nh", "37-Inch" : "nh", "37-INCH" : "nh", "39 inch" : "nh", "39 Inch" : "nh", "39-inch" : "nh", "39-Inch" : "nh", "39-INCH" : "nh", "42 inch" : "nh", "42 Inch" : "nh", "42-inch" : "nh", "42-Inch" : "nh", "42-INCH" : "nh", "46 inch" : "nh", "46 Inch" : "nh", "46-inch" : "nh", "46-Inch" : "nh", "46-INCH" : "nh", "48 inch" : "nh", "48 Inch" : "nh", "48-inch" : "nh", "48-Inch" : "nh", "48-INCH" : "nh" }; for(var key in arr) { var value = arr[key]; var search_check = product_title.search(key); //var search_check1 = active_data.search(key); //console.log("Searching in title"); if(search_check>0) { var res = value.split(","); res.forEach(function(entry) { entry=entry.trim(); if(selected_classification==entry) { flag = 1; keyword_list = keyword_list + "," + key; } }); } } for(var key5 in arr1) { value = arr1[key5]; var search_check5 = product_title.search(key5); //var search_check1 = active_data.search(key); //console.log("Searching in title"); if(search_check5>0) { var res5 = value.split(","); res5.forEach(function(entry5) { entry5=entry5.trim(); if(selected_classification==entry5) { flag5 = 1; //alert("Check"); keyword_list = keyword_list + "," + key; } }); } } for(var key6 in arr1) { value = arr1[key6]; var search_check6= final_string.search(key6); if(search_check6>0) { var res6 = value.split(","); res6.forEach(function(entry6) { entry6=entry6.trim(); if(selected_classification==entry6) { //console.log(entry); flag6 = 1; keyword_list = keyword_list + "," + key1; } }); } } for(var key1 in arr) { value = arr[key1]; var search_check1 = final_string.search(key1); if(search_check1>0) { var res1 = value.split(","); res1.forEach(function(entry1) { entry1=entry1.trim(); if(selected_classification==entry1) { //console.log(entry); flag = 1; keyword_list = keyword_list + "," + key1; } }); } } //var sds_tab = $("sds-resource-item").text(); var sds_tab = $(".sds-resource-item").text(); sds_tab = sds_tab.trim(); // attachments Tab var flag_2 = 0; var flag_3 = 0; var error_msg_2 = ""; //alert(sds_tab); //var search_check = sds_tab.search(key); if(sds_tab.search("seller_central")>0 || sds_tab.search("PanDash")>0 || sds_tab.search("vendor_central")>0 || sds_tab.search("AshaVC")>0) { //alert("Seller Central"); if(selected_classification=="u" || selected_classification=="ub") { flag_2 = 1; } } else if(sds_tab.search("Argus")>0 || sds_tab.search("SCOT")>0) { if(selected_classification=="u3a" || selected_classification=="u3b") { flag_3 = 1; } } if(flag=="1") { //alert("Please recheck the classification1. The ASIN contains the following keywords :- " + keyword_list); alert_msg1 = "Please recheck the classification. The ASIN contains the following information in the DP :- " + keyword_list + "\n"; } if(flag5=="1" || flag6=="1") { //alert("flag5"); alert_msg5 = "Please recheck the classification. The Quantity/Dimension exceeds the limit for the classification applied\n"; } if(flag_2=="1" || flag_3=="1") { //alert_msg = alert_msg + "Please recheck your classification with Document source."; alert_msg2 = "Please recheck your classification basis Document source)"; //alert("SDS tab problem"); } $('md-tab-item[aria-label="Extended battery attributes from the catalog"]').trigger('click'); setTimeout(function(){ attribute();},100); function attribute() { active_data7= $('.ng-scope').text(); for(var key7 in arr2) { var value1 = arr2[key7]; var search_check7= active_data7.search(key7); if(search_check7>0) { var res7 = value1.split(","); res7.forEach(function(entry3) { if(selected_classification==entry3) { //console.log(entry); flag7 = 1; //alert(flag7); keyword_list = keyword_list + "," + key1; } }); } } if(flag7=="1") { alert_msg7 = "Please recheck the classification basis the Battery Attributes present\n"; } if(alert_msg7!="") { $('#myModal').modal('show'); $('#alert_msg_section7').text(alert_msg7); $("#click_me").hide(); $("#finishProductButton").show(); GM_xmlhttpRequest({ method: "POST", url: "http://pnq-412gv7q.ant.amazon.com:8087/project_pawn/save_entry", data: "username="+username+"&asin="+product_asin+"&selected_classification="+selected_classification+"&alert_msg="+alert_msg7, headers: { "Content-Type": "application/x-www-form-urlencoded" }, onload: function(response) { console.log(response.responseText); } }); } else { $("#click_me").hide (); // $("#finishProductButton").show(); $("#finishProductButton").trigger('click'); } } setTimeout(function(){ attribute1();},100); function attribute1() { if(alert_msg1!="" || alert_msg5!="" || alert_msg2!="" || alert_msg7!="") { // alert("Alert message is : " + alert_msg5); var alert_msg = alert_msg1 + " ------ " + alert_msg5 + " ------ " + alert_msg2; //alert("Alert message is : " + alert_msg5); GM_xmlhttpRequest({ method: "POST", url: "http://pnq-412gv7q.ant.amazon.com:8087/project_pawn/save_entry", data: "username="+username+"&asin="+product_asin+"&selected_classification="+selected_classification+"&alert_msg="+alert_msg, headers: { "Content-Type": "application/x-www-form-urlencoded" }, onload: function(response) { //alert(response); //console.log(response); console.log(response.responseText); //alert(response.responseText); // console.log(array); // alert(array); //var xx = JSON.stringify(response, null, 2); //console.log(xx); //alert(xx); //var json = $.parseJSON(response); } }); //alert(alert_msg); $('#myModal').modal('show'); $('#alert_msg_section1').text(alert_msg1); $('#alert_msg_section2').text(alert_msg2); $('#alert_msg_section5').text(alert_msg5); //$('#alert_msg_section7').text(alert_msg7); $("#click_me").hide(); $("#finishProductButton").show(); console.log(final_string); } else { $("#click_me").hide (); $("#finishProductButton").show(); // $("#finishProductButton").trigger('click'); } } }); } var url= window.location.href; var isArgusDG = /^https:\/\/argus.aka.amazon.com\/#!\/dg(.*)/i.test(url); if (isArgusDG){ console.log("This is an Argus DG Page!"); waitForKeyElements ("#dtProductFinal > div.w-75.layout-align-center-center.layout-column", addCustomSearchResult); }else{ console.log("This is not an Argus DG Page!"); }