if(Drupal.jsEnabled) {
  $(document).ready(function(){
	$('.thickbox-acces-restreint').each(function()
    {
		$(this).attr('href',$(this).attr('href')+'?ajax=1&height=190&width=450');
	});
  });
}



