	
	function expand1(){
		$('#expand_left1').click(function(){
			collapse3();
			$('#make300').css('height','300px');
			$(this).parent('p').fadeOut(150);
			$('#report_buttons_wrap').fadeOut(150);
			$('#block1_expanding').animate({
				'width' :'880px'
			}, 500, 'swing', function(){
				$('#block1_expanding > p').remove();
				$('#report_buttons_wrap').remove();
				$('#block1_expanding').append('<p style="height:200px;"><img src="pieces/home/Report_cover.jpg" height="125" alt="" style="float:left;margin:0 15px 5px 0;"/>Celebrations were held in Johannesburg on 28 October  and in Cape Town on 3 November and were attended by founder members, past and present students, staff, board members, recruiters, funders and partners of REAP. We were honoured to welcome Professor Loyiso Nongxa, Vice-Chancellor &amp; Principal from the University of the Witwatersrand and Professor Brian O\'Connell, Rector &amp; Vice-Chancellor from the University of the Western Cape as our respective keynote speakers.  We were privileged to hear first-hand testimonies from our Graduates and Students about how REAP assisted them in reaching their dreams and we took a step back into the past as heard from some of our long-standing board and staff members about humble beginnings, early challenges and the perseverance of a small team of people to overcome financial and other struggles.  We were also reminded of the values and ethos which REAP has been built on and we look forward to taking this into the next decade as we aim to grow and help many more young people to reach their full potential.</p><div id="report_buttons_wrap"><div class="small_button left" style="margin-right:15px;"><a href="pieces/home/pdf/REAP_Tracking_report_2001-2011.pdf" target="_blank">Download Report</a></div><div class="small_button left"><a href="pages/gallery.html#ten_year">View Images</a></div></div><!--report_buttons_wrap--><div id="collapse1" class="close_partners" style="width:50px;">MINIMIZE</div>');
				$('#block1_expanding > p').hide().fadeIn(300);
				collapse1();
			});		
		});
	}
	
	function collapse1(){
		$('div#collapse1').click(function(){
			$('#make300').css('height','250px');
			$(this).fadeOut(150);
			$(this).prev().prev('p').fadeOut(150);
			$('#report_buttons_wrap').fadeOut(150);
			$('#block1_expanding').animate({
				'width' :'270px'
			}, 500, 'swing', function(){
				$('#block1_expanding > p').remove();
				$('#report_buttons_wrap').remove();
				$('div#collapse1').remove();
				$('#block1_expanding').append('<p style="width:270px; height:155px;"><img src="pieces/home/Report_cover.jpg" height="70" alt="" style="float:left;margin:0 15px 5px 0;"/>As part of our 10-Year Anniversary Celebrations, REAP recently conducted a tracking study of our 2002 cohort of students, to see how they are doing ten years on... <a id="expand_left1">READ MORE</a></p><div id="report_buttons_wrap"><div class="small_button left" style="margin-right:15px;"><a href="pieces/home/pdf/REAP_Tracking_report_2001-2011.pdf" target="_blank">Download Report</a></div><div class="small_button left"><a href="pages/gallery.html#ten_year">View Images</a></div></div><!--report_buttons_wrap-->');
				expand1();
				return false;
			});
		});
	}








	
	
	function expand3(){
		$('#expand_left3').click(function(){
			$(this).parent('p').fadeOut(150);
			$('#block3_expanding').animate({
				'width' :'575px'
			}, 500, 'swing', function(){
				$('#block3_expanding > p').remove();
				$('#block3_expanding').append('<p>REAP opened our first regional office in Johannesburg in February 2011. Four of our Student Development Advisors re-located to Johannesburg and students at all Gauteng, Free State and North West universities are now supported from this office.<br /><br />In April 2012 we open a further new regional office in Durban from where all our KZN students will be supported. The opening of local offices across South Africa facilitates face-to-face interaction and more personal relationships between REAP\'s Student Advisors and their Students and also promotes better liaison with institutional personnel. </p><div id="collapse3" class="close_partners" style="width:50px;">MINIMIZE</div>');
				$('#block3_expanding > p').hide().fadeIn(300);
				collapse3();
			});		
		});
	}
	
	function collapse3(){
		$('div#collapse3').click(function(){
			$(this).fadeOut(150);
			$(this).prev('p').fadeOut(150);
			$('#block3_expanding').animate({
				'width' :'270px'
			}, 500, 'swing', function(){
				$('#block3_expanding > p').remove();
				$('div#collapse3').remove();
				$('#block3_expanding').append('<p>REAP opened our first regional office in Johannesburg in February 2011. Four of our Student Development Advisors re-located to Johannesburg and students at all Gauteng, Free State and North West universities are now supported from this office.<br /><br />In April 2012 we open a further new regional office in Durban from where all our KZN students will be supported...<a id="expand_left3">READ MORE</a></p>');
				expand3();
				return false;
			});
		});
	}
	
	


