$(document).ready( function(){
	// Process hovers for bubble popup
	$("#clkCBA,#cbaBtn").mouseover( function(){ $("#hmCBA").show();$("#cbaBtn").addClass("active"); }).mouseout( function(){ $("#hmCBA").hide();$("#cbaBtn").removeClass("active"); });
	$("#clkCarets,#caretsBtn").mouseover( function(){ $("#hmCarets").show();$("#caretsBtn").addClass("active"); }).mouseout( function(){ $("#hmCarets").hide();$("#caretsBtn").removeClass("active") });
	$("#clkOK,#okBtn").mouseover( function(){ $("#hmOK").show();$("#okBtn").addClass("active"); }).mouseout( function(){ $("#hmOK").hide();$("#okBtn").removeClass("active") });
	$("#clkGR,#grBtn").mouseover( function(){ $("#hmGR").show();$("#grBtn").addClass("active"); }).mouseout( function(){ $("#hmGR").hide();$("#grBtn").removeClass("active") });
	$("#clkDABR,#dabrBtn").mouseover( function(){ $("#hmDABR").show();$("#dabrBtn").addClass("active"); }).mouseout( function(){ $("#hmDABR").hide();$("#dabrBtn").removeClass("active") });
	$("#clkEPD,#epdBtn").mouseover( function(){ $("#hmEPD").show();$("#epdBtn").addClass("active"); }).mouseout( function(){ $("#hmEPD").hide();$("#epdBtn").removeClass("active") });
	$("#clkTAQ,#taqBtn").mouseover( function(){ $("#hmTAQ").show();$("#taqBtn").addClass("active"); }).mouseout( function(){ $("#hmTAQ").hide();$("#taqBtn").removeClass("active") });
	$("#clkCTCARX,#ctcarxBtn").mouseover( function(){ $("#hmCTCARX").show();$("#ctcarxBtn").addClass("active"); }).mouseout( function(){ $("#hmCTCARX").hide();$("#ctcarxBtn").removeClass("active") });
	$("#clkCommgate,#commgateBtn").mouseover( function(){ $("#hmCommgate").show();$("#commgateBtn").addClass("active"); }).mouseout( function(){ $("#hmCommgate").hide();$("#commgateBtn").removeClass("active") });
	$("#clkFla,#flaBtn").mouseover( function(){ $("#hmFla").show();$("#flaBtn").addClass("active"); }).mouseout( function(){ $("#hmFla").hide();$("#flaBtn").removeClass("active") });
	$("#clkSTCAR,#stcarBtn").mouseover( function(){ $("#hmSTCAR").show();$("#stcarBtn").addClass("active"); }).mouseout( function(){ $("#hmSTCAR").hide();$("#stcarBtn").removeClass("active") });	
	$("#clkRCAPB,#rcapbBtn").mouseover( function(){ $("#hmRCAPB").show();$("#rcapbBtn").addClass("active"); }).mouseout( function(){ $("#hmRCAPB").hide();$("#rcapbBtn").removeClass("active") });
	$("#clkRAGFL,#ragflBtn").mouseover( function(){ $("#hmRAGFL").show();$("#ragflBtn").addClass("active"); }).mouseout( function(){ $("#hmRAGFL").hide();$("#ragflBtn").removeClass("active") });	
});
