How to use the RTI VanishPoint Syringe – Part 2
Products are for professional/laboratory use only.
RTI VanishPoint is pleased to share tips on how to use the RTI VanishPoint Syringe – Part 2.
VanishPoint® syringes utilize a patented friction ring mechanism that permits automated retraction of the needle once the plunger is fully depressed. The mechanism is passive, requiring no additional steps. The safety feature is an integral part of the device’s design. VanishPoint® syringes allow for single-handed activation.
Please click here to watch the short video.
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(); });