var navigation=0;

function IS_navigation(name)
	{
	if(document.navigation.rubrique.options[document.navigation.rubrique.selectedIndex].value!=-1)
		{
		parent.location="#"+document.navigation.rubrique.options[document.navigation.rubrique.selectedIndex].value;
		}	
	}

var max_details=0;

function IS_annuaires(name)
	{
	if(eval('document.getElementById("details_'+name+'").style.display')=="block")
		{
		eval('document.getElementById("details_'+name+'").style.display="none";')
		}
	else
		{
		eval('document.getElementById("details_'+name+'").style.display="block";')
		}
	}

function IS_pop_mail(num_maurepasien)
	{
	winvar=window.open('mail_habitants.php?maurepasien='+num_maurepasien,"",'scrollbars=no, toolbar=no,directories=no,width=500,height=400,top=50,left=50');
	winvar.focus();
	}