// JavaScript Document

jQuery(document).ready(function() {
	jQuery('#cortec').css('display','');
	jQuery('#cortec').tabSlideOut({
		tabHandle: '.handle',
		pathToTabImage: 'http://www.cortecvci.com/brand/images/cortec.png',
		imageHeight: '72px',
		imageWidth: '45px',  
		tabLocation: 'left',
		speed: 300,
		action: 'hover',
		topPos: '298px',
		fixedPosition: true
	});
});
