/* The last finction on this page Function is used to remove the Compare all New Pro Series Models link. We DO NOT want that link to be visible on single (no hand vac) power team combo layout pages, which are generally offline landing pages.*/

$(function () {

	var squish, widget, hoverGroup, hide, show;

	// checkmark bullet positioning for short line items
	// must happen before squish initializes.
	$('.features-squish-content-inner li div').each(function () {
		var pad = Math.max(0, (30 - $(this).height()) / 2);
		$(this).css({
			paddingTop: Math.floor(pad),
			paddingBottom: Math.ceil(pad)
		});
	});

	// features
	squish = new Squish({
		item: '.features-squish-item',
		heading: '.features-squish-item h3',
		content: '.features-squish-content',
		openClass: 'features-squish-open'
	});
	
	$("#upright-compare,.upright-tune-up-container").fancybox({'frameWidth':780,'frameHeight':550}); 	
	
});
