	(function($) {
$(document).ready(function($) {
		
			//Blur Links (Prevents Outline)
			$('a').click(function() {
        		this.blur();
        	});
		
			//Hide all item descriptions in the info box
			$("#infobox > div").css("display", "none");
		
			//Call in the info box
			$(".more a").click(function(){
				$("#infobox").animate({bottom: '233px' }, 300);
				$("#fade_bg").fadeIn();
				return false;
			});
			
			//Expand more info button on hover
				
			$(".more").hover(function(){
				$(this).stop().animate({width: '225px' }, 200).css({'z-index' : '10'}); //Change the width increase caption size
			}, function () {
				$(this).stop().animate({width: '30px' }, 200).css({'z-index' : '1'});
			
      		});
      		
      		//Show description for selected item
      		$("#interactive1 a").click(function(){
				$("#interactive1_info").show();
			});
			
			$("#interactive2 a").click(function(){
				$("#interactive2_info").show();
			});

      		$("#interactive3 a").click(function(){
				$("#interactive3_info").show();
			});
//contour_Interactive
					$("#interactive1_contour a").click(function(){
				$("#interactive1_contour_info").show();
			});
			
			$("#interactive2_contour a").click(function(){
				$("#interactive2_contour_info").show();
			});

      		$("#interactive3_contour a").click(function(){
				$("#interactive3_contour_info").show();
			});
      		$("#interactive4_contour a").click(function(){
				$("#interactive4_contour_info").show();
			});
      		$("#interactive5_contour a").click(function(){
				$("#interactive5_contour_info").show();
			});
      		$("#interactive6_contour a").click(function(){
				$("#interactive6_contour_info").show();
			});
			
//contour_s_Interactive
					$("#interactive1_contourS a").click(function(){
				$("#interactive1_contourS_info").show();
			});
			
			$("#interactive2_contourS a").click(function(){
				$("#interactive2_contourS_info").show();
			});

      		$("#interactive3_contourS a").click(function(){
				$("#interactive3_contourS_info").show();
			});
      		$("#interactive4_contourS a").click(function(){
				$("#interactive4_contourS_info").show();
			});
      		
			
			
//Axiom_IM Interactive
		
					$("#interactive1_axiomim a").click(function(){
				$("#interactive1_axiomim_info").show();
			});
			
			$("#interactive2_axiomim a").click(function(){
				$("#interactive2_axiomim_info").show();
			});

      		$("#interactive3_axiomim a").click(function(){
				$("#interactive3_axiomim_info").show();
			});
      		$("#interactive4_axiomim a").click(function(){
				$("#interactive4_axiomim_info").show();
			});
      		$("#interactive5_axiomim a").click(function(){
				$("#interactive5_axiomim_info").show();
			});
//Invex Interactive
		
					$("#interactive1_invex a").click(function(){
				$("#interactive1_invex_info").show();
			});
			
			$("#interactive2_invex a").click(function(){
				$("#interactive2_invex_info").show();
			});

      		$("#interactive3_invex a").click(function(){
				$("#interactive3_invex_info").show();
			});
      		$("#interactive4_invex a").click(function(){
				$("#interactive4_invex_info").show();
			});
      		$("#interactive5_invex a").click(function(){
				$("#interactive5_invex_info").show();
			});
				$("#interactive6_invex a").click(function(){
				$("#interactive6_invex_info").show();
			});
      
//Vectra Interactive
		
					$("#interactive1_vectra a").click(function(){
				$("#interactive1_vectra_info").show();
			});
			
			$("#interactive2_vectra a").click(function(){
				$("#interactive2_vectra_info").show();
			});

      		$("#interactive3_vectra a").click(function(){
				$("#interactive3_vectra_info").show();
			});
      		$("#interactive4_vectra a").click(function(){
				$("#interactive4_vectra_info").show();
			});
      		$("#interactive5_vectra a").click(function(){
				$("#interactive5_vectra_info").show();
			});
				$("#interactive6_vectra a").click(function(){
				$("#interactive6_vectra_info").show();
			});
         
//Spectrum Interactive
		
					$("#interactive1_spectrum a").click(function(){
				$("#interactive1_spectrum_info").show();
			});
			
			$("#interactive2_spectrum a").click(function(){
				$("#interactive2_spectrum_info").show();
			});

      		$("#interactive3_spectrum a").click(function(){
				$("#interactive3_spectrum_info").show();
			});
      		$("#interactive4_spectrum a").click(function(){
				$("#interactive4_spectrum_info").show();
			});
//Axiom DL
		
					$("#interactive1_axiomDL a").click(function(){
				$("#interactive1_axiomDL_info").show();
			});
			
			$("#interactive2_axiomDL a").click(function(){
				$("#interactive2_axiomDL_info").show();
			});

      		$("#interactive3_axiomDL a").click(function(){
				$("#interactive3_axiomDL_info").show();
			});
      	
//VS
		
					$("#interactive1_vs a").click(function(){
				$("#interactive1_vs_info").show();
			});
			
			$("#interactive2_vs a").click(function(){
				$("#interactive2_vs_info").show();
			});

      		$("#interactive3_vs a").click(function(){
				$("#interactive3_vs_info").show();
			});
	$("#interactive4_vs a").click(function(){
				$("#interactive4_vs_info").show();
			});
		$("#interactive5_vs a").click(function(){
				$("#interactive5_vs_info").show();
			});
			
			//Remove background, info box and hide all descriptions
			$("#fade_bg, .close").click(function(){
				$("#fade_bg").fadeOut();
				$("#infobox").animate({bottom: '-200px' }, 300, function() {
					$("#infobox > div").css("display", "none");
				});
				return false;
			});
		
		}); 
	})(jQuery);
