function ChangeUrl(formulaire)	{
	location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
}

function mail(sujet,corps) {
	window.open("http://www.notre-planete.info/mail.php?sujetm="+sujet+"&corpsm="+corps+"",'popmail','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=445,height=510,left=100,top=100');
}
function mail_m(id) {
	window.open("http://www.notre-planete.info/services/membres/mail_membre.php?id="+id+"",'popmailm','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=435,height=400,left=100,top=100');
}

function reco(lien) {
	window.open('http://www.notre-planete.info/reco.php?lien='+lien,'reco','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=530,height=500,left=100,top=100');
}

if (parent.frames.length > 2)	window.top.location.href = location.href;

function montre(id) {
	for (var i = 1; i<8; i++) {
		document.getElementById('smenu'+i).style.display = 'none';
		if (document.getElementById('tmenu'+i).style.zIndex != '50') {
			document.getElementById('tmenu'+i).style.backgroundColor='transparent';
			document.getElementById('tmenu'+i).style.zIndex = '40';
		}
	}
	if (id != '') {
		var d = document.getElementById('smenu'+id);
		var t = document.getElementById('tmenu'+id);
		d.style.display = 'block';
		t.style.backgroundColor = '#390';
	}
}

function carte(rep,fichier) {
	f = window.open('e-card.php?rep='+rep+'&fichier='+fichier+'',"carte","toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=no,scrollbars=no,width=530,height=480");
}