$(document).ready(function() {
	$('[class^=toggle_more_text_]').hide();
	$('a.more_text01').click(function() {
		$('.toggle_more_text_01').slideToggle('slow');
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text02').click(function() {
		$('.toggle_more_text_02').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text03').click(function() {
		$('.toggle_more_text_03').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text04').click(function() {
		$('.toggle_more_text_04').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text05').click(function() {
		$('.toggle_more_text_05').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text06').click(function() {
		$('.toggle_more_text_06').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text07').click(function() {
		$('.toggle_more_text_07').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text08').click(function() {
		$('.toggle_more_text_08').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text09').click(function() {
		$('.toggle_more_text_09').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text10').click(function() {
		$('.toggle_more_text_10').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text11').click(function() {
		$('.toggle_more_text_11').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text12').click(function() {
		$('.toggle_more_text_12').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
	$('a.more_text13').click(function() {
		$('.toggle_more_text_13').slideToggle('slow');	
		$(this).text($(this).text() == 'more text' ? 'less text' : 'more text');
	});
});



