function Link(url){
	window.location=url;
}
function PopCentre(page,largeur,hauteur,options){
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function SubFormNavRap(){
var testpage=document.FormNavRap.pagerap.value;
	if(testpage=="sel"){
		alert("Sélection invalide !");
	}else{
		document.FormNavRap.submit();
	}
}
function defparam(val){
	if((val=="menu")||(val=="coch")||(val=="radi")){
		alert("Cette option requiert des paramètres :\n\nDans le champ « Paramètres », entrez la liste des choix qui seront\nproposés aux visiteurs, séparés par un point-virgule.");
	}
}
function infolink_over(i_text){
	if (document.all){
		document.all["info_lien"].innerHTML=i_text;
	}
	else if (document.getElementById) {
		document.getElementById("info_lien").innerHTML =i_text;
	}
}
function infolink_out(){
	if (document.all){
		document.all["info_lien"].innerHTML=strinfo_link_def;
	}
	else if (document.getElementById) {
		document.getElementById("info_lien").innerHTML=strinfo_link_def;
	}
}

		