function openFicheLoribelEdit(a_id, a_title) {
	openFiche('http://loribel.netfirms.com/loribel/note/note.html?loribel+' + a_id + '+' + escape(a_title));
}


function openLoribelSendUrl(a_topic, a_id, a_title) {
	l_url = document.location.href;
	openFiche('http://loribel.netfirms.com/loribel/send_file/send_url.html?' + a_id + '+' + a_topic + '+' + l_url);
}
