	NavVers = navigator.appVersion;
	var NavVersion = NavVers.substring(0,23);

	if (NavVersion=='4.0 (compatible; MSIE 6'){
			document.write('<link rel="stylesheet" href="/common/combox.css" type="text/css"  />');
	} 
	else if (NavVersion=='4.0 (compatible; MSIE 7'){
			document.write('<link rel="stylesheet" href="/common/combox-IE7.css" type="text/css"  />');
	}
	else{
			document.write('<link rel="stylesheet" href="/common/combox.css" type="text/css"  />');
	}

function chgdiv(){
var div = document.getElementById("liste2");
if (div.style.display=="block"){
div.style.display="none";
}
else{
div.style.display="block";
}
}

/*Condition pour les sites territoires*/
function chgpage(url) {    
		location.href = url;
	}
