
	/*$('.readmore').bind('click',function() {

$(this).prevAll($('.allview')).show('slow');

	});*/
	



$(document).ready(function(id){

$('.actuvideo .readmore').bind('click',function() {
		$(this).hide();
		$('.actuvideo .allview').show('slow');
		$('.actuvideo .fistview').hide();
	

});


		$("#tabs-2 .news").each(function(i){
				i++;
				$("#readnews"+i).bind('click',function() {	
							$(this).hide();
							$("#news" +i+ " .allview").show('slow');
							
					}
				);
				
		
		});
	

});
