/**
 * @author jlved
 */
function gRubMot(idrub){
var l=document.getElementById('listemotscles');
var v=l.options[l.selectedIndex].value;
var base="rubrique"+idrub;
if (v != '0') {window.location.href = base+"&id_mot=" + v
}else{window.location.href = base;}
}
/*
function goToLivresAuteur(){
	var l=document.getElementById('listedesauteurs');
	var v=l.options[l.selectedIndex].value;
	var base="rubrique64";
	if (v != '0') {
		window.location.href = base+"&id_auteur=" + v;
	}else{
		window.location.href = base;
	}
}

function goToLivresNiveau(){
	var l=document.getElementById('listedesniveaux');
	var v=l.options[l.selectedIndex].value;
	var base="rubrique64";
	if (v != '0') {
		window.location.href = base+"&livre_niveau=" + v;
	}else{
		window.location.href = base;
	}
}
*/
