function thumbsHover(param)
{

	document.getElementById('top_slider_title_'+param).style.backgroundColor="#000";
	document.getElementById('top_slider_title_'+param).style.color="#fff";
	
}

function thumbsOut(param)
{

	document.getElementById('top_slider_title_'+param).style.backgroundColor="#ccc";
	document.getElementById('top_slider_title_'+param).style.color="#000";

}

function thumbsHoverFirst(param)
{

	document.getElementById('top_slider_title_first_'+param).style.backgroundColor="#000";
	document.getElementById('top_slider_title_first_'+param).style.color="#fff";
	
}

function thumbsOutFirst(param)
{

	document.getElementById('top_slider_title_first_'+param).style.backgroundColor="#ccc";
	document.getElementById('top_slider_title_first_'+param).style.color="#000";

}

function essentialHover(param)
{
			var pathID = '#essential_'+param;
			//$('#win_wrapper').fadeIn(50);  
     		$(pathID).fadeIn(1);  
}
function essentialOut(param)
{
			var pathID = '#essential_'+param;
			//$('#win_wrapper').fadeIn(50);  
     		$(pathID).fadeOut(1);  
}
function essentialHoverTrack(param)
{
			var pathID = '#essential_track'+param;
			//$('#win_wrapper').fadeIn(50);  
     		$(pathID).fadeIn(1);  
}
function essentialOutTrack(param)
{
			var pathID = '#essential_track'+param;

			//$('#win_wrapper').fadeIn(50);  
     		$(pathID).fadeOut(1);  
     


}
