$(document).ready(function(){
			   
	$(".vxshaftPage .21s .details").hover(
		function () {
			$(".s21s").fadeIn("slow");
		},
		function () {
			$(".s21s").fadeOut("slow");
		}
	);				   
			

	$(".vxshaftPage .21p .details").hover(
		function () {
			$(".s21p").fadeIn("slow");
		},
		function () {
			$(".s21p").fadeOut("slow");
		}
	);
	
	$(".vxshaftPage .29s .details").hover(
		function () {
			$(".s29s").fadeIn("slow");
		},
		function () {
			$(".s29s").fadeOut("slow");
		}
	);
	
	$(".vxshaftPage .play .details").hover(
		function () {
			$(".splay").fadeIn("slow");
		},
		function () {
			$(".splay").fadeOut("slow");
		}
	);
	
	$(".vxshaftPage .jmp .details").hover(
		function () {
			$(".sjmp").fadeIn("slow");
		},
		function () {
			$(".sjmp").fadeOut("slow");
		}
	);


						   
						   
						   
						   
						   
						   
						   
						   
						   
	/*var s21s;
	s21s =	'<table width=\"315\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"specTip\">' +
			'<tr><td class=\"name\">Ferrule Material:</td><td class=\"theSpec\">Thermax&trade;</td></tr>' +
			'<tr><td class=\"name\">Shaft Length:</td><td class=\"theSpec\">21\"</td></tr>' +
			'<tr><td class=\"name\">Tip Diameter: </td><td class=\"theSpec\">13mm</td></tr>' +
			'<tr><td class=\"name\">Standard Tip:</td><td class=\"theSpec\">Phenolic</td></tr>' +
			'<tr><td class=\"name\">Optional Tip:</td><td class=\"theSpec\">Sarin&trade; Layered Tip by Tiger&reg; Products</td></tr>' +
			'<tr><td class=\"name\">Taper:</td><td class=\"theSpec\">TBD</td></tr>' +
			'</table>'
	$(".vxshaftPage .21s .details").qtip({
		content: s21s,
		style: { 
			width: 315,
			padding: 5,
			background: '#000000',
			color: '#b00c1d',
			textAlign: 'left',
			border: {
				width: 1,
				radius: 0,
				color: '#383838'
			},
			name: 'dark',
		},
		position: {	corner: {	target: 'bottomLeft', tooltip: 'bottomLeft'	}	}
		
	});*/
	
	
	
	
	
	
	
});