$(document).ready(function(){
	initSlides();
});
/*--- Upload function ---*/
function initSlides(){
	$('.description0').css('height', '100px');
	
	$('.more1').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : $(document).find('.text1').height()}, 400);
		$('.description2').animate({height : 0}, 400);
		$('.description3').animate({height : 0}, 400);
		$('.description4').animate({height : 0}, 400);
		$('.description5').animate({height : 0}, 400);
		$('.description6').animate({height : 0}, 400);
		$('.description7').animate({height : 0}, 400);
		$('.description8').animate({height : 0}, 400);
return false;
	});

$('.more2').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : 0}, 400);
		$('.description2').animate({height : $(document).find('.text2').height()}, 400);
			$('.description3').animate({height : 0}, 400);
		$('.description4').animate({height : 0}, 400);
		$('.description5').animate({height : 0}, 400);
		$('.description6').animate({height : 0}, 400);
		$('.description7').animate({height : 0}, 400);
		$('.description8').animate({height : 0}, 400);
		return false;
	});

$('.more3').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : 0}, 400);
		$('.description2').animate({height : 0}, 400);
		$('.description3').animate({height : $(document).find('.text3').height()}, 400);
		$('.description4').animate({height : 0}, 400);
		$('.description5').animate({height : 0}, 400);
		$('.description6').animate({height : 0}, 400);
		$('.description7').animate({height : 0}, 400);
		$('.description8').animate({height : 0}, 400);
		return false;
	});

$('.more4').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : 0}, 400);
		$('.description2').animate({height : 0}, 400);
		$('.description4').animate({height : $(document).find('.text4').height()}, 400);
		$('.description3').animate({height : 0}, 400);
		$('.description5').animate({height : 0}, 400);
		$('.description6').animate({height : 0}, 400);
		$('.description7').animate({height : 0}, 400);
		$('.description8').animate({height : 0}, 400);
		return false;
	});

$('.more5').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : 0}, 400);
		$('.description2').animate({height : 0}, 400);
		$('.description5').animate({height : $(document).find('.text5').height()}, 400);
		$('.description4').animate({height : 0}, 400);
		$('.description3').animate({height : 0}, 400);
		$('.description6').animate({height : 0}, 400);
		$('.description7').animate({height : 0}, 400);
		$('.description8').animate({height : 0}, 400);
		return false;
	});

$('.more6').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : 0}, 400);
		$('.description2').animate({height : 0}, 400);
		$('.description6').animate({height : $(document).find('.text6').height()}, 400);
		$('.description4').animate({height : 0}, 400);
		$('.description5').animate({height : 0}, 400);
		$('.description3').animate({height : 0}, 400);
		$('.description7').animate({height : 0}, 400);
		$('.description8').animate({height : 0}, 400);
		return false;
	});

$('.more7').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : 0}, 400);
		$('.description2').animate({height : 0}, 400);
		$('.description7').animate({height : $(document).find('.text7').height()}, 400);
		$('.description4').animate({height : 0}, 400);
		$('.description5').animate({height : 0}, 400);
		$('.description6').animate({height : 0}, 400);
		$('.description3').animate({height : 0}, 400);
		$('.description8').animate({height : 0}, 400);
		return false;
	});

$('.more8').hover(function(){
		$('.description0').animate({height : 0}, 400);
		$('.description1').animate({height : 0}, 400);
		$('.description2').animate({height : 0}, 400);
		$('.description8').animate({height : $(document).find('.text8').height()}, 400);
		$('.description4').animate({height : 0}, 400);
		$('.description5').animate({height : 0}, 400);
		$('.description6').animate({height : 0}, 400);
		$('.description7').animate({height : 0}, 400);
		$('.description3').animate({height : 0}, 400);
		return false;
	});

}
