function lex(mot) {

if (window.name == "imprimer"){
/*	do nothing	*/
	} else {
	top.window.lexique.location.href='lexique.php?cherche=' + mot;
	document.images.tab2_i.src = '../img/tab2_o.gif';
	document.images.tab2_i.style.cursor = "n-resize";
	CSAction(new Array(/*CMP*/'tab2x'));
	return CSClickReturn();
	}
}

function esp(mot) {

if (window.name == "imprimer"){
/*	do nothing	*/
	} else {
	document.images.tab3_i.src = '../img/tab3_o.gif';
	document.images.tab3_i.style.cursor = "n-resize";
	CSAction(new Array(/*CMP*/'tab3'));
	return CSClickReturn();
	}
}