New Histology Supplier – Myr
Products are for professional/laboratory use only.
Abacus dx is pleased to introduce a new histology supplier Especialidades Médicas Myr, S.L., (pronounced meer, as in meerkat) a Spanish company dedicated to the development and manufacturing of instruments for Anatomical Pathology.
For 30 years Myr has been offering a range of equipment to perform processing, embedding and staining of samples across 70 countries.
- Spin Tissue Processor STP 120 (Click Here for details)
- Tissue Embedding Centre EC 350 (Click Here for details)
- Tissue Embedding Centre EC 500 (Click Here for details)
- Automated Slide Stainer Myreva SS-30 (Click Here for details)
With proven technology and high reliability instrumentation, Myr will meet the anatomical pathology laboratory requirements of quality, flexibility and efficiency.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });