window.onload=montre;
var popup = null;

function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}


function ChangeMessage(message,champ)
{
  if(document.getElementById)
    document.getElementById(champ).innerHTML = message;
}


function afficheImage(href)
{
  window.open(href, 'OpenWindow', 'resizable=yes, scrollbars=yes, toolbar=no, status=no, width=700, height=700, top=100, left=250');

  return false;
}


    
function apercu(id_com)
{
    var url = './apercu.php?id_com='.concat(id_com);
    popup = window.open(url,'OpenWindow', 'resizable=yes, scrollbars=yes, toolbar=no, status=no, width=500, height=300, top=100, left=250');
}




function mainmenu(){
$(" #nav ul ").css({display: "none"}); // Opera Fix
$(" #nav li").hover(function(){
		$(this).find('ul:first').css({visibility: "visible",display: "none"}).show(500);
		},function(){
		$(this).find('ul:first').css({visibility: "hidden"});
		});
}

 
 
 $(document).ready(function(){					
	mainmenu();
});



function check_all(container_id)
 {
  var checkboxes = document.getElementById(container_id).getElementsByTagName('input');
  for (var i=0;i<checkboxes.length;i++)
   {
    if(checkboxes[i].type == 'checkbox')
     {
      checkboxes[i].checked = true;
     }
   }
  return true;
  }
  
  function uncheck_all(container_id)
 {
  var checkboxes = document.getElementById(container_id).getElementsByTagName('input');
  for (var i=0;i<checkboxes.length;i++)
   {
    if(checkboxes[i].type == 'checkbox')
     {
      checkboxes[i].checked = false;
     }
   }
  return true;
  }
  
function addbookmark()
{
  if ( navigator.appName != 'Microsoft Internet Explorer' )
  { window.sidebar.addPanel("Site officiel de la fédération du Nouveau Centre 44","http://www.federation-nouveau-centre-44.fr/",""); }
  else { window.external.AddFavorite("http://www.federation-nouveau-centre-44.fr/","Site officiel de la fédération du Nouveau Centre 44"); } 
}


function afficheId(baliseId)
  {
    document.getElementById("choix_cir").innerHTML='<blink><em>Cliquez pour acc&eacute;der &agrave; la circonscription n°' + baliseId + '</em></blink>';
  }
 
function cacheId()
  {
    document.getElementById("choix_cir").innerHTML='<em>Choisissez une circonscription pour acc&eacute;der à son blog</em>';   
  }


  function afficheId2(baliseId)
  {
    document.getElementById("choix_cir2").innerHTML='<blink><em>Cliquez pour acc&eacute;der &agrave; la circonscription n°' + baliseId + '</em></blink>';
  }
 
function cacheId2()
  {
    document.getElementById("choix_cir2").innerHTML='<em>Acc&eacute;dez au blog de la circonscription en cliquant sur un num&eacute;ro</em>';   
  }

function rendre_visible(id)
{
  if(document.getElementById(id).style.display == 'block')
  {
      document.getElementById(id).style.display='none';
  }
  else
  {
    document.getElementById(id).style.display='block';
  }
}
