function morphcss()  
{    

	$('#anotherElement2').removeClass('hidden').animate({width:"860px", opacity:1.0},1000);
	$('#anotherElement').removeClass('hidden').animate({width:"860px", opacity:1.0},1400, function(){
	$('#headlogo').fadeIn(2000);	
	$('#headenglish').fadeIn(2000);	
	$('#headfrancais').fadeIn(2000);	
	$('#footcambridge').delay(500).fadeIn(500);
	$('#footadelaide').delay(1000).fadeIn(500);	
	$('#footcambridge_club').delay(1500).fadeIn(500);	
	$('#footto_athletic').delay(2000).fadeIn(500);	
	$('#footmaa').delay(2500).fadeIn(500);
	});
}

