	$(function() {
	
/* ie7 zindex fix  */
  var zIndexNumber = 1000;
	$('#container2 div').each(function() {
		$(this).css('zIndex', zIndexNumber);
		zIndexNumber -= 10;
	});

  
	    /*
webfav id
  
  */




			$("#b57 a").click(function () {

		$("#b57 span").toggle();

	});	
  
  	$("#button3").toggle(
			function() {
			
			
	
			
				$("#effect3").animate({ width: 400}, 1000);
			$('#content').toggleClass('newClass', 1000);

			},
			function() {
				$("#effect3").animate({ width: 200}, 1000);
			}
		);












  
    /*
team id
  
  */
  
  		$("#b56 a").click(function () {

		$("#b56 span").toggle();

	});	
  	$("#button2").toggle(
			function() {
			
			$("#block2").animate( { width: 500 }, { queue:false, duration:500 } )
         .animate( { height: 340 }, 500 )
			
				$(".talkteam").animate({ width: 440, height: 240}, 500);
				$("#effect2").animate({ width: 440, height: 240}, 500);
			$('#content').toggleClass('newClass', 1000);

			},
			function() {
				$("#block2").animate( { width: 200 }, { queue:false, duration:1000 } )
         .animate( { height: 185 }, 1000 )
        	$(".talkteam").animate({ width: 200, height: 85}, 500);
        $("#effect2").animate({ width: 200, height: 100}, 500);
			}
		);
  
  
  /*
tagcloud id
  
  
  */
  			
			$("#b55 a").click(function () {

		$("#b55 span").toggle();

	});	
  
  	$("#button").toggle(
			function() {
			
			
	
			
				$("#effect").animate({ width: 400}, 1000);
			$('#content').toggleClass('newClass', 1000);

			},
			function() {
				$("#effect").animate({ width: 200}, 1000);
			}
		);
	});
	
	
	

 
