
$( function() {
  $.fn.nyroModal.settings.processHandler = function(settings) {
    var from = settings.from;
    if (from && from.href && from.href.indexOf('http://www.youtube.com/watch?v=') == 0) {
      $.nyroModalSettings({	    type: 'swf',        height: 355,        width: 425,        url: from.href.replace(new RegExp("watch\\?v=", "i"), 'v/')      });
    }
	
	
	if (from && from.href && from.href.indexOf('http://www.briedesnations.fr/media/swf/lirebdn.swf') == 0) {
		
      $.nyroModalSettings({	    type: 'swf',        height: 316,        width: 550  , url:'http://www.briedesnations.fr/media/swf/lirebdn.swf'       });
    }
	
  };

	
	
	
});


  
  // $(document.getElementById('bloc0')).hide();
    function voirDiv(ladiv, op) {
	
      $(document.getElementById(ladiv)).fadeTo("slow",op);
      return false;
    }
	
	function cacheDiv(ladiv) {
      $(document.getElementById(ladiv)).hide("slow");
      return false;
    }
	function montreDiv(ladiv) {
      $(document.getElementById(ladiv)).show("slow");
      return false;
    }
	
	function deplacer(ladiv) {
      document.getElementById('gauche').style.right='0';
	   document.getElementById('gauche').style.float='right';
	    document.getElementById('gauche').style.left='770px';
	  
	    document.getElementById('droite').style.left='0';
	
      return false;
    }