$(document).ready(function(){
    $("#thebody").mouseover(function(){
      $("#home_bodyanalysis").show();
	 
    });
	
	    $("#thebody").mouseout(function(){
      $("#home_bodyanalysis").hide();
	 
    });
		 $("#blood").mouseover(function(){
      $("#home_bloodanalysis").show();
	 
    });
	
	    $("#blood").mouseout(function(){
      $("#home_bloodanalysis").hide();
	 
    });
		 $("#carb").mouseover(function(){
      $("#home_lifecarb").show();
	 
    });
	
	    $("#carb").mouseout(function(){
      $("#home_lifecarb").hide();
	 
    });
		 $("#support").mouseover(function(){
      $("#home_support").show();
	 
    });
	
	    $("#support").mouseout(function(){
      $("#home_support").hide();
	 
    });
		 $("#handbook").mouseover(function(){
      $("#home_handbook").show();
	 
    });
	
	    $("#handbook").mouseout(function(){
      $("#home_handbook").hide();
	 
    });
		
  
});
