Testimonials | Calibre Control (2024)

What do you want to test for?

`);}function ontypechange(select) {//alert("test");var element = document.getElementById("asl_sel_type");var outputDiv = document.getElementById("asl_dv_two");if (element.options[element.selectedIndex].value == '-1') {slideUp(outputDiv);return;}loadSubs(element.options[element.selectedIndex].value);}var _url = "https://www.calibrecontrol.com.com";var _outputHeight = 0;var _currentI = 0;var _currentHeightAdj = 0;function loadSubs(i) {var selected = _productSections[i];var output = '

    ';var urlToUse = '';var outputHeight = 0;var outputDiv = document.getElementById("asl_dv_two");for (var x = 0; x < selected.sections.length; x++) {urlToUse = "/main-product-list?tag=" + selected.title + " - " + selected.sections[x].subTitle;output += '
  • ' + selected.sections[x].subTitle + '
  • ';}output += '

';outputDiv.innerHTML = output;_outputHeight = document.getElementById("asl_dv_two").clientHeight;//alert(document.getElementById("asl_dv_two").clientHeight);_currentHeightAdj = 0 - _outputHeight;outputDiv.style.Top = _currentHeightAdj;_currentI = 0;slideDown(outputDiv);}var _productSections = [{title: "Cereal Grain", sections: [{subTitle: "Moisture", url: ""}, {subTitle: "Protein", url: ""}, {subTitle: "Hagberg Falling Number", url: ""}, {subTitle: "Mycotoxin", url: ""}, {subTitle: "Sample Preparation", url: ""}, {subTitle: "Sampling", url: ""},{subTitle: "Oil Content", url: ""}, {subTitle: "Specific/Hectolire Weight", url: ""}, {subTitle: "Inspection", url: ""}, {subTitle: "Test Milling", url: ""}]},{title: "Flour", sections: [{subTitle: "Protein", url: ""}, {subTitle: "Moisture", url: ""}, {subTitle: "Ash", url: ""}, {subTitle: "Fibre", url: ""}, {subTitle: "Water Absorption", url: ""}, {subTitle: "Alpha Amylase", url: ""}, {subTitle: "Mycotoxin", url: ""}, {subTitle: "Starch", url: ""}, {subTitle: "Baking Properties", url: ""}, {subTitle: "Inspection", url: ""}]},{title: "Seeds", sections: [{subTitle: "Oil Content", url: ""}, {subTitle: "Protein", url: ""}, {subTitle: "Moisture", url: ""}, {subTitle: "Mycotoxin", url: ""}, {subTitle: "Specific Weight", url: ""}, {subTitle: "Amino Acids", url: ""}, {subTitle: "Baking Properties", url: ""},{subTitle: "Hagberg Falling Number", url: ""}]},{title: "Barley", sections: [{subTitle: "Nitrogen", url: ""}, {subTitle: "Moisture", url: ""}, {subTitle: "Alpha Amylase", url: ""}, {subTitle: "Mycotoxin", url: ""}, {subTitle: "Specific Weight", url: ""}, {subTitle: "Inspection", url: ""}]},{title: "Dough", sections: [{subTitle: "Rheology", url: ""}, {subTitle: "Gluten Quality", url: ""}, {subTitle: "Gluten", url: ""}, {subTitle: "Baking", url: ""}, {subTitle: "Texture", url: ""}, {subTitle: "Starch", url: ""}]},{title: "Baked Goods", sections: [{subTitle: "Texture", url: ""}, {subTitle: "Moisture", url: ""}, {subTitle: "Structure", url: ""}, {subTitle: "Volume", url: ""}, {subTitle: "Hygiene", url: ""}]},{title: "Snack Foods", sections: [{subTitle: "Texture", url: ""}, {subTitle: "Structure", url: ""}, {subTitle: "Oil Content", url: ""}, {subTitle: "Fat", url: ""}, {subTitle: "Moisture", url: ""}, {subTitle: "Extrusion", url: ""},{subTitle: "Volume", url: ""}, {subTitle: "Hygiene", url: ""}, {subTitle: "Protein", url: ""}]},{title: "Confectionary", sections: [{subTitle: "Volume", url: ""}, {subTitle: "Structure", url: ""}, {subTitle: "Hygiene", url: ""}]},{title: "Semi Solids", sections: [{subTitle: "Viscosity", url: ""}, {subTitle: "Texture", url: ""}, {subTitle: "Hygiene", url: ""}]},{title: "Dairy", sections: [{subTitle: "Antibiotics", url: ""}, {subTitle: "Fat", url: ""}, {subTitle: "Pasteurisation", url: ""}, {subTitle: "Texture", url: ""}, {subTitle: "Viscosity", url: ""}, {subTitle: "Mycotoxin", url: ""}, {subTitle: "Protein", url: ""}, {subTitle: "Moisture", url: ""}, {subTitle: "Hygiene", url: ""}, {subTitle: "Mastitis", url: ""}, {subTitle: "Shelf Life", url: ""}]},{title: "Meat", sections: [{subTitle: "Fat", url: ""}, {subTitle: "Inspection", url: ""}, {subTitle: "Texture", url: ""}, {subTitle: "Protein", url: ""}, {subTitle: "Moisture", url: ""}]},{title: "Feed/Pet Food", sections: [{subTitle: "Protein", url: ""}, {subTitle: "Fat", url: ""}, {subTitle: "Moisture", url: ""}, {subTitle: "Fibre", url: ""}, {subTitle: "Oil Content", url: ""}, {subTitle: "Texture", url: ""}, {subTitle: "Extrusion", url: ""},{subTitle: "Mycotoxins", url: ""}, {subTitle: "Structure", url: ""}, {subTitle: "Degree of Cook", url: ""}]},{title: "Surfaces", sections: [{subTitle: "Allergens", url: ""}, {subTitle: "Hygiene", url: ""}]},{title: "Beer", sections: [{subTitle: "Alcohol Level", url: ""}, {subTitle: "Colour", url: ""}, {subTitle: "Original Gravity", url: ""}, {subTitle: "Yeast Level", url: ""}, {subTitle: "Calories", url: ""}, {subTitle: "Apparent Fermentation", url: ""}, {subTitle: "Apparent Extract", url: ""}, {subTitle: "Sugars", url: ""}, {subTitle: "Mycotoxins", url: ""}]}];if (doOutput == true){var _output = '';document.getElementById("asl_dv_one").innerHTML = _output;} function slideDown(obj, speed) { var mySpeed = speed || 300; var intervals = mySpeed / 30; // we are using 30 ms intervals //alert('intervals = ' + intervals); var holder = document.createElement('div');// var parent = obj.parentNode; holder.setAttribute('style', 'height: 0px; overflow:hidden'); parent.insertBefore(holder, obj); parent.removeChild(obj); holder.appendChild(obj); obj.style.display = obj.getAttribute("data-original-display") || ""; var height = obj.offsetHeight; var sepHeight = height / intervals; // alert(sepHeight) var timer = setInterval(function() { var holderHeight = holder.offsetHeight; if (holderHeight + sepHeight < height) { holder.style.height = (holderHeight + sepHeight) + 'px'; } else { // clean up holder.removeChild(obj); parent.insertBefore(obj, holder); parent.removeChild(holder); clearInterval(timer); } }, 30); } function slideUp(obj, speed) { var mySpeed = speed || 300; var intervals = mySpeed / 30; // we are using 30 ms intervals var height = obj.offsetHeight; var holder = document.createElement('div');// var parent = obj.parentNode; holder.setAttribute('style', 'height: ' + height + 'px; overflow:hidden'); parent.insertBefore(holder, obj); parent.removeChild(obj); holder.appendChild(obj); var originalDisplay = (obj.style.display !== 'none') ? obj.style.display : ''; obj.setAttribute("data-original-display", originalDisplay); var sepHeight = height / intervals; // alert(sepHeight) var timer = setInterval(function() { var holderHeight = holder.offsetHeight; console.log(holderHeight); if (holderHeight - sepHeight > 0) { holder.style.height = (holderHeight - sepHeight) + 'px'; } else { // clean up obj.style.display = 'none'; holder.removeChild(obj); parent.insertBefore(obj, holder); parent.removeChild(holder); clearInterval(timer); } } , 30); }//-->

Calibre Control International Ltd.
5-6 Asher Court
Lyncastle Way
Appleton Thorn Trading Estate
Warrington
UK
WA4 4ST

Privacy Policy

FAQ

Telephone:
+44 (0) 1925 860 401
Email:
info@calibrecontrol.com

Registered office as above
Registered in England No. 2338162

VAT Number: 527525638

Testimonials | Calibre Control (2024)
Top Articles
Latest Posts
Article information

Author: Delena Feil

Last Updated:

Views: 5395

Rating: 4.4 / 5 (45 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Delena Feil

Birthday: 1998-08-29

Address: 747 Lubowitz Run, Sidmouth, HI 90646-5543

Phone: +99513241752844

Job: Design Supervisor

Hobby: Digital arts, Lacemaking, Air sports, Running, Scouting, Shooting, Puzzles

Introduction: My name is Delena Feil, I am a clean, splendid, calm, fancy, jolly, bright, faithful person who loves writing and wants to share my knowledge and understanding with you.