// JavaScript Document
 $(document).ready(function(){
	$('#contact-info a').click( function(){
		$('#tech-description').slideUp("slow", function(){
			$('#tech-description').hide(500, function(){
				$('#tech-description').html("Anthony Cooper is a web developer currently living in the south suburbs of Chicago, IL. Anthony is also a very diverse individual who emerses himself in technology and sports <a href=\'javascript:void(0);\'>...read more</a>");
				$('#tech-description').slideDown("slow");
			});			
		});
	});
	
	$('#title-item h1 > a').click( function(){
		$('#tech-description').slideUp("slow", function(){
			$('#tech-description').hide(500, function(){
				$('#tech-description').html("Anthony Cooper is a web developer currently living in the south suburbs of Chicago, IL. Anthony is also a very diverse individual who emerses himself in technology and sports <a href=\'javascript:void(0);\'>...read more</a>");
				$('#tech-description').slideDown("slow");
			});			
		});
	});
	
	$('.xhtml').click( function(){
		$('#tech-description').slideUp("slow", function(){
			$('#tech-description').hide(500, function(){
				$('#tech-description').html("XHTML documents allow for automated processing to be performed using standard XML tools (unlike HTML, which requires a relatively complex, lenient, and generally custom parser)");
				$('#tech-description').slideDown("slow");
			});			
		});
	});
	
	$('.css').click( function(){
		$('#tech-description').slideUp("slow", function(){
			$('#tech-description').hide(500, function(){
				$('#tech-description').html("CSS is a stylesheet language that minipulates the presentation of HTML or XHTML.");
				$('#tech-description').slideDown("slow");
			});			
		});
	});
	
	$('.javascript').click( function(){
		$('#tech-description').slideUp("slow", function(){
			$('#tech-description').hide(500, function(){
				$('#tech-description').html("dynamic text3, dynamic text3, dynamic text3, dynamic text3, dynamic text3, dynamic text3, dynamic text3, dynamic text3, dynamic text3, dynamic text3, dynamic text3,");
				$('#tech-description').slideDown("slow");
			});			
		});
	});
	
	$('.actionscript').click( function(){
		$('#tech-description').slideUp("slow", function(){
			$('#tech-description').hide(500, function(){
				$('#tech-description').html("dynamic text4, dynamic text4, dynamic text4, dynamic text4, dynamic text4, dynamic text4, dynamic text4, dynamic text4, dynamic text4, dynamic text4, dynamic text4,");
				$('#tech-description').slideDown("slow");
			});			
		});
	});
        
});// JavaScript Document
