/*
jQuery(function( $ ){

		 // back links
		// $('.councildetails div').hide();
		 				
	var moveClick = $('#thumbsconstraints div img');
/*
	$(moveClick).mouseover(function(){
		
		
		$('iframe').hide();	
		$('#imgMoviePlaceHolder').show();
		$('#imgMoviePlaceHolder').attr('src', "images/" + attris + ".jpg");	
		})
		*/	
	/*	
		
	$('#altrincham').click(function(){
											
		var councId = $(this).attr('id');
		console.log("#"+councId);
var test =	$('.councildetails div '+councId)
	console.log(test);
	$('.councildetails #altrinchamDet').hide();
		//$('iframe').attr('src','movies/' + attris + '.html');
//		$('#imgMoviePlaceHolder').hide();
return false;
	
})
		*/ 
		 
		 
		 /*
		 click(function(){
		 $(this).parents('div.councildetails').scrollTo( 0, 800, { queue:true } );
		 $(this).parents('div.mid').find('span.message').text( this.title );
		 return false;
		 });
		 */
		 //just for the example, to stop the click on the links.
		/*
	});
});

*/

 function showCouncil(paraId)
    {
      var element = document.getElementById(paraId);
      element.scrollIntoView(true);
    }
