$(document).ready(function(){

 
	$("#morenews").click(function(){
	   $("#newsupdate2").animate({height:220},"slow")
	   $("#newsupdate2").html("<strong>Latest News</strong><br /><b>INSTEP'S FESTIVAL OF DANCE! - May 2011</b><br /> Featuring: The Mayakaras, IisanMaayas & Special guests Līla Dance<br /> <a href='InstepPoster.pdf' target='_blank'>click here for more info</a><br /><br /><br/><strong>Download Application Info </strong><a href='application_info.docx'>click here</a><br/><strong>Download Application Form </strong><a href='Application_form.docx'>click here</a><br /><a href='index.php'>click here to go back </a>")
	})
	
	$("#newsexpand").click(function(){
	//$("#newsupdate2").animate({width:800},"slow");
    $("#newsupdate2").animate({height:800},"slow");

	
	})
	$("#morenewsclose").click(function(){
	//$("#newsupdate2").animate({width:800},"slow");
    $("#newsupdate2").animate({height:220},"slow");

	
	})
 
});

