browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
if (browser){
//----------------
// pas de selection de texte

function disableselect(e){
	return false
	}

function reEnable(){
	return true
	}

	//if IE4+
	document.onselectstart=new Function ("return false")
	
	//if NS6
	if (window.sidebar){
	document.onmousedown=disableselect
	document.onclick=reEnable
	}

	
//-----------annee------------
today = new Date;
annee = today.getFullYear();


function contact(){
eval ('popup2=window.open("pop_contact.php","contact","width=330,height=332")');
}

function legal(){
eval ('popup3=window.open("pop_legal.php","legal","width=330,height=330")');
}

function adhesion(){
eval ('popup4=window.open("PDF/FormulaireAdhesion.pdf","adhesion")');
}

//------------------ 
}

