$(document).ready(function(){
	$("#demus").hide();
	$("#johnson").hide();
	$("#watkins").hide();
	$("#gb").hide();
	$("#sims").hide();	
	$("#nabors").hide();	
	
	
	$("#tech").hide();
	$("#income").hide();
	$("#dev").hide();	
	

	// shows the slickbox on clicking the noted link 
	  $('a#tech-link').click(function() {
		$('#tech').toggle(400);
		return false;
	  });
	  
	// shows the slickbox on clicking the noted link 
	  $('a#income-link').click(function() {
		$('#income').toggle(400);
		return false;
	  });
	  
	// shows the slickbox on clicking the noted link 
	  $('a#dev-link').click(function() {
		$('#dev').toggle(400);
		return false;
	  });




	// shows the slickbox on clicking the noted link 
	  $('a#demus-link').click(function() {
		$('#demus').toggle(400);
		return false;
	  });
	  
	// shows the slickbox on clicking the noted link 
	  $('a#johnson-link').click(function() {
		$('#johnson').toggle(400);
		return false;
	  });
	  
	// shows the slickbox on clicking the noted link 
	  $('a#watkins-link').click(function() {
		$('#watkins').toggle(400);
		return false;
	  });
	  
	// shows the slickbox on clicking the noted link 
	  $('a#gb-link').click(function() {
		$('#gb').toggle(400);
		return false;
	  });
	  
	// shows the slickbox on clicking the noted link 
	  $('a#sims-link').click(function() {
		$('#sims').toggle(400);
		return false;
	  });
	  
	// shows the slickbox on clicking the noted link 
	  $('a#nabors-link').click(function() {
		$('#nabors').toggle(400);
		return false;
	  });
	  
	  
	  
	  

});
